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
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
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.![]()
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
I want to save the player's score and his name ,like what we see in most of the games.
Start with QSettings until you think of a reason to do something else.
Bookmarks