QML State Elements

PropertyChanges

The PropertyChanges element describes new property bindings or values for a state.

State

The State element defines configurations of objects and properties.

StateGroup

The StateGroup element provides state support for non-Item elements.

ParentChange

The ParentChange element allows you to reparent an Item in a state change.

StateChangeScript

The StateChangeScript element allows you to run a script in a state.

AnchorChanges

The AnchorChanges element allows you to change the anchors of an item in a state.

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.

PropertyChanges

The PropertyChanges element describes new property bindings or values for a state.

State

The State element defines configurations of objects and properties.

StateGroup

The StateGroup element provides state support for non-Item elements.

ParentChange

The ParentChange element allows you to reparent an Item in a state change.

StateChangeScript

The StateChangeScript element allows you to run a script in a state.

AnchorChanges

The AnchorChanges element allows you to change the anchors of an item in a state.

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.