I'm using Qt 4.7.0 in Windows.

Where does it actually store settings files in Windows (XP)? And how about if define the path manually? I'm currently putting the path to: .

Qt Code:
  1. QSettings settings(QSettings::UserScope, SETTINGS_ORGANIZATION);
  2. settings.setPath(QSettings::NativeFormat, QSettings::UserScope, QDir::homePath() + "MyApp");
To copy to clipboard, switch view to plain text mode