Quote Originally Posted by Wurgl View Post
However, it seems to be a little bit strange to me, I really expected, that a subclass of QThread already lives in that thread.
Because you haven't read the Qt Documentation about QThread class :P where it is clearly written than body of run() is finally in new created thread with QThread::start() method.