What may be the error in following syntax?
General and Desktop
8
Posts
6
Posters
2.5k
Views
1
Watching
-
In the documentation you find:
@Constructs a QSettings object for accessing the settings stored in the file called fileName, with parent parent. If the file doesn't already exist, it is created.
@
However, that is apparently not completely correct. I have just created an object with a fixed path and iniformat. I have not done anythingelse with that object. It was not created.
When I set a value as you have as you have indicated, the ini-file will be created.So QSettings will only create a file, when information is available to be stored.