Hi,
Quote Originally Posted by donglebob View Post
And the other way,..the (new) signals from Class C would be connected to SLOTS of (new widget) GUI.
To connect the class C SIGNAL to the widget SLOT on the main thread you will have to pass the widget pointer to the class C that will make the connection. This connections have to be QueuedConnections.