You are not logged in.

1

Friday, September 22nd 2006, 8:00am

MDI problem

Hi all,
I have implemented main window application by handcraft.Using menu action i am calling one dialoge.In that dialoge i am using one QDataTable widget and using one push button i am calling one more dialoge.Which is used to update the datatable information.Once i update this dialoge then control will pass to the previous dialoge and i need to refresh the datatale.But it is not happening.
So Anybody can help me to how to access the objects from one class to another.This is not handcaft, i used .ui.
MainWindow(Handcraft)
| using menu action call
Child1 dialoge(using .ui and datatable is in this dialoge)
| using pushbutton call
child2 dialoge for child1(after clicking pushbutton here i need to update the information to database and close this dialoge and and refresh the datatable)
How to do.

Thanks in Advance,
Ravi Kumar