Thanks for the response.
We are not explicitly creating hidden windows. Just normal Widget Creation. Are these widgets hidden if we create using new operator ?
We have an old application and they window management has been written using list in C++. I am trying to port that application to Qt such that Qt can take over the window management. So, the order in which the windows are managed in old code should be done in Qt as well.
Is there a way to inform the Qt to process the show() event once after the event loop started.? Or Calling show() does is sufficient?
Please advice
Regards
SRaju
Bookmarks