Hello All,
I am using QT 3.3.4 on Windos XP and have been using QSettings to save settings to the registry with no problem. Because of a programming requirement I must save the settings to a configuration instead. I have tried various things with QSettings::setPath and insertPath and also beginGroup, but no ini file is created anywhere on my system. Does appSettings = new QSettings(QSettings::Ini); work on Windows XP? I delete appSettings since I read that it only writes when it is deleted.
Any help is appreciated,
David