Arnold Krille wrote: > Hi, > > no need to CC me, I read the list (especially the topics I responded to). Not everybody does :). > 2) Create a "bool MyQApplication::shouldRun()" and replace the app.exec()-line > in your main with "if ( app.shouldRun() ) app.exec()". I like this one. Thank you for that. Pete