Only QThread::run() is executed in a new thread. The rest belongs to a the thread where QThread instance was created (in your case, the GUI thread).
Only QThread::run() is executed in a new thread. The rest belongs to a the thread where QThread instance was created (in your case, the GUI thread).
jpn (4th July 2006)
Bookmarks