View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#5
Originally Posted by vranki View Post
I'm writing an application which has to do dome network operations after user has closed the UI. Normally this is not possible, as the applications Qt main loop exits when closing the UI.
Actually the reason is that closing the last window generates a quit event. See http://qt-project.org/doc/qt-4.8/qap...dowClosed-prop