Style QML Type

An attached property that exposes style properties. More...

Import Statement: import org.kde.union.impl

Attached Properties

Attached Signals

Detailed Description

This can be used to access style properties relevant to the current element or child. It will try to find the closest QuickElement instance, either the one attached to the same Item as this class is attached to, or to any parent Item.

Attached Property Documentation

Style.properties : StylePropertyGroup*

The properties that should be used to style the attached item.


Attached Signal Documentation

updated()

Emitted whenever something in the underlying style rule selection changes.

Most importantly, this will be emitted when the matched style rules change due to a change in elements.

Note: The corresponding handler is onUpdated.