Hi,
I have a QDialog-instance in my MainProgram, which is made for user settings.
It has TableWidgets and ComboBox'es with default values.
The user can make some changes on these widgets values and click SAVE to leave, but
when the user clicks cancel...the whole values of the widgets must be set back to the state before.
The actual problem is that after clicking "cancel" all changes to the widgets are saved.
How can I do that restoring of the widgets content?
Bookmarks