I am trying to implement a feature in y application where the user can change the face of the GUI by choosing from a list of styles.

Each option should apply a different style sheet to the application.

Questions:

Can i arbitrarily just add styles to application while it runs, as described above?

and more importatntly

Could anyone give me some pointers on how to go about saving the style settings of the application.

I am already using QSettings to save the geometry and position of the main window, along with some other options, but i don't see a way to save the style sheet options yet.

all sugstions welcomed.

Thanks for your response.