Quote Originally Posted by marcel View Post
Sorry, not true. I actually tested it... Read my previous post. The same thing happens...
Anyway the thread is only started in main(), but is created in MyMainWindow.

Regards
I think you identified the problem correctly. After reading the docs a bit more, I realised that only objects that are created in myThread::run() actually live in the new thread. Moving things around accordingly solves my problem.

Thanks for all the quick replies.

Deepayan