Re: QSetting on win2003server...where find data saved?
Originally Posted by mattia
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();
Bookmarks