Re: Connect signal from base to slot of sub-sub-object
Originally Posted by ^NyAw^
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.
Bookmarks