Hi,

I have an application that creates a dialog window, does some processing, then closes to return to the main window.

I want to know how to 'invoke' a method call to the main parent window when this dialog closes. I should note that the main window and dialog are in separate classes.

Are then any signals I should look at? If so, how would I connect the two classes with this signal.
Or, a static method, perhaps? - I'm trying to avoid static methods if possible

Thanks
Nathan