PDA

View Full Version : Qt 4 quits application [solved]



osiris81
3rd December 2008, 10:26
Hello,

I'm working on a qt gui application which has a complex procedure to change the language. During the language change most of the Views will be deleted and newly instantiated.

This works fine as long as I delete QDialogs which are open when the change is requested. When I just close the dialogs, QT exits as soon as the the qt event queue has control. There is no exception nor any error code, it just exits as if everything'd be fine.

Has everyone an idea what the problem could be? The QMainWindow is not closed during the language change.

Thanks!

osiris81
3rd December 2008, 14:07
the solution is here:

http://www.qtcentre.org/forum/f-qt-programming-2/t-program-exits-3735.html/?highlight=exits