Quote Originally Posted by travis View Post
One QThread subclass , and other the QApplication based Main Thread.
Does this QThread subclass have anything to do with GUI?

Quote Originally Posted by travis View Post
Yes, I make connections with QObject subclass that resides in Main Thread (as in Thread affinity) and was also created in Main Thread.
Does this QObject subclass send signals to the thread?