FormHeader QML Type
A header item for a form card. More...
| Import Statement: | import org.kde.kirigamiaddons.formcard | 
| Inherits: | 
Properties
- actions : list<Action>
- bottomPadding : real
- cardWidthRestricted : bool
- leftPadding : real
- maximumWidth : real
- rightPadding : real
- title : string
- topPadding : real
- trailing : alias
Detailed Description
Note: The header should be placed above the card in a layout not as a child.
Property Documentation
| 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  | 
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.