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