I have two forms - form1
, form2
.
form1
has got a QTableWidget
which reads and shows xml
entries in folder.
form2
is a dialog form, collect user data and save as xml
.
I need to implement the following:
Pressing button1
in form2
save (this is working) and close the window and immediately refresh QTabletWidget
in form1
with new values.
Could you show me a way to implement this?