FlexColumn QML Type

FlexColumn is a column that grows in width to a fixed cap. More...

Import Statement: import org.kde.kirigami
Inherits:

ColumnLayout

Properties

Detailed Description

Property Documentation

alignment : int

This property sets column's alignment when it hits its maximum width.

default: Qt.AlignHCenter | Qt.AlignTop

See also Qt::Alignment.


innerWidth : real

This property holds the inner column's width.


maximumWidth : real

This property holds maximum column width.

default: Kirigami.Units.gridUnit * 50


padding : real

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