Save it on change or program exit and load and apply on program startup?
Using QSettings maybe?
Cheers,
_
Save it on change or program exit and load and apply on program startup?
Using QSettings maybe?
Cheers,
_
I want to save it on change and the new setting to be reflected at the same time also when the program is reloaded it should run with the changed setting
Then you save it on change and load it on startup.
You can do the saving in the Set_style_Sheet slot. You can do the loading in the window's constructor.
Cheers,
_
Bookmarks