Looks like you are calling a QWidget method from a thread that is not the thread running QApplication::exec() (also often referred to as the main thread).
Fixing that should make then problem go away as well.
Cheers,
_
Looks like you are calling a QWidget method from a thread that is not the thread running QApplication::exec() (also often referred to as the main thread).
Fixing that should make then problem go away as well.
Cheers,
_
Bookmarks