FormArrow QML Type

An arrow UI component used in Form delegates. More...

Import Statement: import org.kde.kirigamiaddons.formcard

Properties

Detailed Description

This component can be used to decorate existing or custom Form delegates. It is used, for instance, as the trailing property of FormButtonDelegate.

Each FormArrow instance corresponds to a single arrow that may point upwards, downwards, to the left or to the right.

Property Documentation

direction : int [default: Qt.RightArrow]

The direction the FormArrow will point towards.

Set this to any Qt.ArrowType enum value.