Originally Posted by Myx Qt Code: Switch view label->moveToThread(thread) 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: 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.
label->moveToThread(thread)
J-P Nurmi
Forum Rules
Bookmarks