Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
@MartinD Did you check out QSettings::filename? It should tell you the name where settings are sstored.
Thanks. It is in Roaming folder.
@MartinD
Glad you found out. So please mark this topic as SOLVED. Thanks