8import org.kde.kcmutils as KCMUtils
9import org.kde.kcmutils.private as KCMUtilsPrivate
25 active: typeof kcm !== "undefined" && root.target !== null
38 property alias configObject: settingState.configObject
44 property alias settingName: settingState.settingName
55 property bool extraEnabledConditions:
true
62 readonly
property bool nonDefaultHighlightVisible: root.active && root.item.highlight && kcm.defaultsIndicatorsVisible
68 value: extraEnabledConditions && !settingState.immutable
71 KCMUtils.SettingStateProxy {
75 sourceComponent: KCMUtilsPrivate.SettingHighlighterPrivate {
77 defaultIndicatorVisible: kcm.defaultsIndicatorsVisible
78 highlight: !settingState.defaulted
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.