I have reimplemented QWidget::event() handler, where I am handling windowStateChange event. I was wondering if there is any way to identify which widget sends this event.
|
feedback
|
|
That event is generated when a window is minimized, maximized or full-screened so you should only see it from within the widget to which it applies. | |||||
feedback
|