Quote Originally Posted by ^NyAw^ View Post
Hi,


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.
Ooof passing pointers is what i wanted to avoid.

I have to pass the widget ptr to Class A, to ClassB and after that to Class C
and that for each widget. Thats horrible.