Hi,

I am working on a project and have some serious problems concerning the connections and slots through my project. Let me explain this to you:
I have a MainForm that contains some widgets that are promoted to other forms (to split my gui into several classes).
In addition I have a thread that shall update the gui. The thread is started in the constructor of the MainForm. Therefor I think I have to do the connect in the constructor, too. But how can I connect the thread signal through the promoted widgets to the wanted slot?

Thanks and best regards
Ozzy