If you would have bothered reading the thread, you would know that
- QThread constructor and QThread::run() are executed in different threads
- QThread object itself lives in the thread where it was created
- You shouldn't pass "this" as parent in QThread::run() because "this" lives in another thread
![]()
Bookmarks