Hi All,
I am working with QT-4 on desktop applications,
I have creted Child1 and Child 1 has child2, both are dilogs,
my parent is mainwindow and both the childs are dialogs.
when i close Child2, i am returning to parent instead of child 1.

i have use event::accepted to process the data.
What should be the method to accept the data from child2 dialog.

Thanks in advance.