|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
Exposes the QSettings API to QML. More...
Properties | |
| string | category |
| The category under which settings will be (re)stored. | |
| string | fileName |
| The location of the file where the settings will be stored. | |
Exposes the QSettings API to QML.
Each Settings instance can have a fileName and a category. Properties declared in QML will be automatically (re)stored.
|
readwrite |
The location of the file where the settings will be stored.
By default, this property is an empty string, meaning that the location will be determined by QApplication::organizationName() and QApplication::applicationName().
1.8.1.2