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
Format : enumeration |
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.
© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. The Qt Company, Qt and their respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.