Ohh, sorry, I didn't want to insult you.
Text messages are notoriously difficult to get the emotions from.
It's documented that it is wrong to use moveToThread on the QThread, and if you think about it a little bit you know why it doesn't make sense to do so. See the posts above.
You are correct though that the whole object needs to be moved to another thread. But only the object, not QThread.
Therefor you need to create your own object and then use moveToThread on that object to move it to another thread.
QThread needs to live in the main thread and act as a translator/manager/whatever... between the main thread and the object in the other thread.
Bookmarks