PDA

View Full Version : QWidget Shown Event



perq
13th September 2010, 14:10
Hi,

Is there any event or virtual function that will be thrown/called immediately after showing a widget?

In my project there's an application specific error handler. This error handler collects some errors from another threads before application main window shown. I need to show these errors after main window shown.

Thanks

wysota
13th September 2010, 15:20
QEvent::Show is posted to the widget when it is shown.