FormArrow

Search for usage in LXR

FormArrow Class Reference

Inherits Kirigami.Icon, and org::kde::kirigami::Icon.

Properties

int direction
 

Detailed Description

An arrow UI component used in Form delegates.

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.

Since
KirigamiAddons 0.11.0

Definition at line 22 of file FormArrow.qml.

Property Documentation

◆ direction

int FormArrow::direction
read

The direction the FormArrow will point towards.

Set this to any Qt::ArrowType enum value.

default: Qt.RightArrow

Definition at line 31 of file FormArrow.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:16:11 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.