I have a gui with different kinds of qt objects such as QListWidget, QLineEdit and QComboBox.
What would be the best way to save all of the current settings to a file (by clicking a Push Button for example) and then load them? (after closing and reopening the gui and press another Push Button to load).
Thanks!