SettingHighlighter QML Type

SettingHighlighter automatically impacts the representation of an item based on the value of a setting. More...

Import Statement: import org.kde.kcmutils
Since: 6.0
Inherits:

Loader

Properties

Detailed Description

When you are using this item you need to manually manage whether the highlighting is enabled or not. For a higher level component see SettingStateBinding which will manage the state of the Item.

Property Documentation

highlight : bool

Whether the target will be highlighted.


target : Item

The graphical element whose appearance will be altered.

If target is not set, it will try to find the visual parent item.