StyleHints QML Type

An attached property with hints. More...

Import Statement: import org.kde.union.impl

Attached Properties

Attached Signals

Detailed Description

Attached Property Documentation

StyleHints.SpellCheckEnabled : bool [attached]

TODO: Provide backwards compatibility for `Kirigami.SpellCheck.enabled`. NOTE: Currently this is just a stub!

StyleHints.iconName : string [attached]

The name of an icon theme icon.

To be used for types that lack their own icon property.

StyleHints.iconSource : url [attached]

The URL of an icon.

To be used for types that lack their own icon property.

StyleHints.showFramedBackground : bool [attached]

Whether to show a framed background or not.

StyleHints.tickMarkStepSize : int [attached]

The step size to use for tick marks. If > 0, will display tick marks.

StyleHints.useAlternatingColors : bool [attached]

Provide backwards compatibility for `Kirigami.Theme.useAlternateBackgroundColor`.

Attached Signal Documentation

[attached] updated()

Emitted whenever something in StyleHints changes.

Note: The corresponding handler is onUpdated.