PDA

View Full Version : Save Font settings using QSettings



arunkumaraymuo1
31st July 2012, 00:22
How to save and retrieve QFont using QSettings?

I tried several method but not given any better output
give me any idea to save this settings
please help me...

ChrisW67
31st July 2012, 04:53
Please tell us what you have tried, what "better output" you were expecting, and what "output" you got. Values you put into QSettings come out of QSettings the same as they went in.

shawk
31st July 2012, 14:58
Write it out to a text file then write a function it read it back in on initialization.