[SOLVED]Application quits if any dialog is invoked and main gui is hidden
General and Desktop
2
Posts
2
Posters
853
Views
1
Watching
-
I tried this using many ways and every time the main application quits.
Suppose the main gui is hidden
@this->hide();@
Now if i right click the tray icon and click "Help" where the code executed is
@helpDialog.show();@
the main application simply quits. I dont know if this is a bug or what, it is causing me a lot of problem. Plz help!