PDA

View Full Version : saving an application in Qt???



mahsa
26th August 2012, 09:08
Hi
I want to save a complete App , I mean It's not a doc or s.th like that ,it's a game and I want the player to save his level of playing . I think i can use QSettings or QFileDialog , which one will work in the way I want??
thanx in advance

spirit
26th August 2012, 10:16
Well, it depends what information are you going to save. In some cases it's batter to save data into XML or as binary data or whatever else. :)

mahsa
26th August 2012, 12:15
I want to save the player's score and his name ,like what we see in most of the games.

ChrisW67
26th August 2012, 22:58
Start with QSettings until you think of a reason to do something else.