FlexColumn
Public Types | |
enum class | CrossAxis { Left , Center , Right } |
Properties | |
int | alignment |
alias | columnChildren |
real | innerWidth |
real | maximumWidth |
real | padding |
Detailed Description
FlexColumn is a column that grows in width to a fixed cap.
Definition at line 14 of file FlexColumn.qml.
Member Enumeration Documentation
◆ CrossAxis
|
strong |
Definition at line 50 of file FlexColumn.qml.
Property Documentation
◆ alignment
|
read |
This property sets column's alignment when it hits its maximum width.
default: Qt.AlignHCenter | Qt.AlignTop
Definition at line 41 of file FlexColumn.qml.
◆ columnChildren
|
read |
- Remarks
- This is the default property
Definition at line 18 of file FlexColumn.qml.
◆ innerWidth
|
read |
This property holds the inner column's width.
Definition at line 45 of file FlexColumn.qml.
◆ maximumWidth
|
read |
This property holds maximum column width.
default: Kirigami.Units.gridUnit * 50
Definition at line 33 of file FlexColumn.qml.
◆ padding
|
read |
This property holds the column's offset from the cross axis.
Note that padding is applied on both sides when the column is aligned to a centered cross axis.
default: Kirigami.Units.largeSpacing
Definition at line 27 of file FlexColumn.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.