Hi

Again a question

How can i send a SIGNAL to a SLOT in Mainwindow from any SUBCLASS?

Example

I Have a Statusbar with an Progressbar in MainWindow
A SLOT handle the Update of values for the Progressbar

Now i run a CLASS class1 from Mainwindow which use inside class2.
How send class2 the SIGNAL to the MAINWINDOW? Must i send this SIGNAL to class1 which send it to mainwindow or can class2 send it direct?


lg Chris