QSettings file location
-
wrote on 22 Jul 2018, 13:29 last edited by MartinD
On Windows 10, Qt 5.7.0, where can I find location of settings file: new QSettings(QSettings::IniFormat, QSettings::UserScope, "company", "appname");
I can't see it in C:\Users\Username\AppData\Local\company\appname
-
On Windows 10, Qt 5.7.0, where can I find location of settings file: new QSettings(QSettings::IniFormat, QSettings::UserScope, "company", "appname");
I can't see it in C:\Users\Username\AppData\Local\company\appname
wrote on 22 Jul 2018, 13:40 last edited by@MartinD
Did you check out QSettings::filename?
It should tell you the name where settings are sstored. -
wrote on 22 Jul 2018, 13:47 last edited by
Thanks. It is in Roaming folder.
-
Glad you found out. So please mark this topic as SOLVED. Thanks
1/4