StyleHints QML Type
An attached property with hints. More...
| Import Statement: | import org.kde.union.impl |
Attached Properties
- SpellCheckEnabled : bool
- iconName : string
- iconSource : url
- showFramedBackground : bool
- tickMarkStepSize : int
- useAlternatingColors : bool
Attached Signals
- updated()
Detailed Description
Attached Property Documentation
StyleHints.SpellCheckEnabled : bool
TODO: Provide backwards compatibility for `Kirigami.SpellCheck.enabled`. NOTE: Currently this is just a stub!
StyleHints.iconName : string
The name of an icon theme icon.
To be used for types that lack their own icon property.
StyleHints.iconSource : url
The URL of an icon.
To be used for types that lack their own icon property.
StyleHints.showFramedBackground : bool
Whether to show a framed background or not.
StyleHints.tickMarkStepSize : int
The step size to use for tick marks. If > 0, will display tick marks.
StyleHints.useAlternatingColors : bool
Provide backwards compatibility for `Kirigami.Theme.useAlternateBackgroundColor`.
Attached Signal Documentation
updated()
Emitted whenever something in StyleHints changes.
Note: The corresponding handler is onUpdated.