W3cubDocs

/Qt 5.15

SettingsStore QML Type

A basic store for persisted properties. More...

Import Statement: import QtRemoteObjects 5.15

Detailed Description

This type provides simple QSettings-based storage for properties marked as PERSISTED. It is used in conjunction with Node::persistedStore:

Node {
    persistedStore: SettingsStore {}
}

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtremoteobjects-settingsstore.html