Hi!

I have the Following problem.

I Created a Dialog, which has a MainWidget, which has a VBox, which has a Custom QWidget.

I want to call from this Custom QWidget a Funktion on the Dialog. Dialog::foo() is not usable because i need initializing things.

How can i get a Pointer on the Dialog-Object to call my funktion?


Thanks for the Help