Quote Originally Posted by jpn View Post
Are you using threads? Are you possibly modifying the GUI anyhow from an another thread than the main GUI thread?
Yes. However, the interaction between the threads is using the signal-slot mechanism.

The thing I don't understand is why it all works as expected when I click some widgets in the form before closing the application but it throws an exception when I close the application immediately after launch.