FormHeader QML Type

A header item for a form card. More...

Import Statement: import org.kde.kirigamiaddons.formcard
Inherits:

Item

Properties

Detailed Description

Note: The header should be placed above the card in a layout not as a child.

Property Documentation

actions : list<Action>

The Action components to be presented in the header.


bottomPadding : real

Padding property.

The default value is based on Kirigami.Units. To ensure consistency it's recommended that you do not change this property.


cardWidthRestricted : bool [read-only]

Whether the card's width is being restricted.


leftPadding : real

Padding property.

The default value is based on Kirigami.Units. To ensure consistency it's recommended that you do not change this property.


maximumWidth : real

The maximum width of the header.


rightPadding : real

Padding property.

The default value is based on Kirigami.Units. To ensure consistency it's recommended that you do not change this property.


title : string

This property holds the header title.


topPadding : real

Padding property.

The default value is based on Kirigami.Units. To ensure consistency it's recommended that you do not change this property.


trailing : alias

The component that appears to the right-most side of the header.