FormArrow
FormArrow Class Reference
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
|
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 Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.