Results 1 to 3 of 3

Thread: QSetting on win2003server...where find data saved?

  1. #1
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    172
    Thanks
    39
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default QSetting on win2003server...where find data saved?

    Hello,
    i compiled my application on win2003server and i'd like to know where QSetting save data.
    Does QSetting use win keys register?
    I ask this 'cause i noticed that QSetting on Linux use ./config directory to save data.
    thx

  2. #2
    Join Date
    Jan 2008
    Posts
    26
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    2

    Default Re: QSetting on win2003server...where find data saved?

    In QSettings documentation you can find answer, especially under Platform-Specific Notes.

  3. The following user says thank you to przemoc for this useful post:

    mattia (11th February 2008)

  4. #3
    Join Date
    Mar 2007
    Location
    Ukraine, Odessa
    Posts
    140
    Thanks
    15
    Thanked 11 Times in 10 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: QSetting on win2003server...where find data saved?

    Quote Originally Posted by mattia View Post
    Hello,
    i compiled my application on win2003server and i'd like to know where QSetting save data.
    Does QSetting use win keys register?
    I ask this 'cause i noticed that QSetting on Linux use ./config directory to save data.
    thx
    QSettings* pAppSettings_ = new QSettings;
    qDebug()<<pAppSettings_->fileName();
    C++ & AMD forever

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.