PDA

View Full Version : QSetting on win2003server...where find data saved?



mattia
8th February 2008, 16:11
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

przemoc
8th February 2008, 17:00
In QSettings documentation you can find answer, especially under Platform-Specific Notes (http://doc.trolltech.com/4.3/qsettings.html#platform-specific-notes).

THRESHE
15th February 2008, 18:54
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();