Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.1
-
None
Description
Viewing the /examples/tools/settingseditor on mac will show that within file -> open application settings when the Format is set to ini, the Path includes /Qt/ with no way to modify this.
The only known solution is to enforce the desired path (found by other means) with
the API QSettings::setPath(...)
/Qt/ should probably not be in there by default.