Quote Originally Posted by Myx View Post
Qt Code:
  1. label->moveToThread(thread)
To copy to clipboard, switch view to plain text mode 
What are you trying to do? You must not touch GUI in a worker thread:
Quote Originally Posted by docs
Although QObject is reentrant, the GUI classes, notably QWidget and all its subclasses, are not reentrant. They can only be used from the main thread.