Results 1 to 4 of 4

Thread: saving an application in Qt???

  1. #1
    Join Date
    Jul 2012
    Posts
    24
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default saving an application in Qt???

    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

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: saving an application in Qt???

    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].

  3. #3
    Join Date
    Jul 2012
    Posts
    24
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: saving an application in Qt???

    I want to save the player's score and his name ,like what we see in most of the games.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: saving an application in Qt???

    Start with QSettings until you think of a reason to do something else.

Similar Threads

  1. HowTo: Saving application settings on Symbian Device
    By aya_lawliet in forum Qt Programming
    Replies: 2
    Last Post: 23rd June 2011, 13:17
  2. Replies: 9
    Last Post: 12th June 2011, 23:36
  3. How to go about saving?
    By TomJoad in forum Newbie
    Replies: 3
    Last Post: 5th April 2011, 23:19
  4. Application crash when saving the image
    By Astrologer in forum Qt Programming
    Replies: 1
    Last Post: 10th May 2010, 09:52
  5. Saving as XML
    By rakkar in forum Newbie
    Replies: 2
    Last Post: 30th October 2009, 17:17

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.