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();