Hi,

Sorry, I'm a beginner, but I'm not sure if this is a beginner question or not. I am using PyQt 4 and Python 2.6.

After initializing the GUI that I have developed, the user may change a few things, but is there a way for the GUI's widgets to return to its default or original state, like the state it was when it was first loaded? E.g. the tables were initially empty, so all the tables would go back to being empty?

Is there an existing function to accomplish this, or do I have to manually code to undo all the changes?

Regards,
Helvin