SettingStateProxy QML Type

Allows to represent the state of a particular setting in a config object in a declarative way. More...

Import Statement: import org.kde.kcmutils
Since: 5.73

Properties

Methods

Detailed Description

Property Documentation

configObject : bool

The config object which will be monitored for setting state changes.


defaulted : bool

Indicates if the setting differs from its default value.


immutable : bool

Indicates if the setting is marked as immutable.


settingName : bool

The name of the setting in the config object.


Method Documentation

void updateState()