QSettings QML Type
Provides enums for accessing QSettings format in Windows. More...
Import Statement: | import scripting . |
Properties
- Format : enumeration
Detailed Description
On Windows, a registry key can be asked using installer::value. For accessing the 32-bit system registry from a 64-bit application running on 64-bit Windows, use QSettings.Registry32Format. For accessing the 64-bit system registry from a 32-bit application running on 64-bit Windows, use QSettings.Registry64Format. By default the QSettings.NativeFormatis used.
Property Documentation
The installer::value method can take one of the following enums as an argument:
- QSettings.NativeFormat
- QSettings.Registry32Format
- QSettings.Registry64Format
- QSettings.IniFormat
- QSettings.InvalidFormat
The enum values correspond to the values of the QSettings::Format enum with the same names.