|
open_iA 2024.9
|
Functions | |
| QString | configStorageName (QString const &in) |
| QVariantMap | loadSettings (QString const &group, QVariantMap const &defaultValues) |
| Load settings in the given group from the platform-specific storage. | |
| QVariantMap | mapFromQSettings (QSettings const &settings) |
| Retrieve a map of all values in (the current group of) a given QSettings object. | |
| void | storeSettings (QString const &group, QVariantMap const &values) |
| Save the given setting values to the platform-specific storage. | |
| QString configStorageName | ( | QString const & | in | ) |
| QVariantMap loadSettings | ( | QString const & | group, |
| QVariantMap const & | defaultValues ) |
Load settings in the given group from the platform-specific storage.
| group | name of the group of settings to load from the platform-specific storage (see QSettings) |
| defaultValues | values for keys not present in the platform-specific storage will be initialized from this parameter |
| QVariantMap mapFromQSettings | ( | QSettings const & | settings | ) |
Retrieve a map of all values in (the current group of) a given QSettings object.
| settings | the QSettings object to load all settings from |
| void storeSettings | ( | QString const & | group, |
| QVariantMap const & | values ) |
Save the given setting values to the platform-specific storage.