FormHeader

Search for usage in LXR

FormHeader Class Reference

Inherits QtQuick::Item.

Properties

listTAction actions
 
real bottomPadding
 
bool cardWidthRestricted
 
real leftPadding
 
real maximumWidth
 
real rightPadding
 
alias title
 
real topPadding
 
alias trailing
 

Detailed Description

A header item for a form card.

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

Definition at line 16 of file FormHeader.qml.

Property Documentation

◆ actions

listTAction FormHeader::actions
read

Definition at line 31 of file FormHeader.qml.

◆ bottomPadding

real FormHeader::bottomPadding
read

Definition at line 37 of file FormHeader.qml.

◆ cardWidthRestricted

bool FormHeader::cardWidthRestricted
read

Whether the card's width is being restricted.

Remarks
This property is read-only

Definition at line 46 of file FormHeader.qml.

◆ leftPadding

real FormHeader::leftPadding
read

Definition at line 39 of file FormHeader.qml.

◆ maximumWidth

real FormHeader::maximumWidth
read

The maximum width of the header.

Definition at line 29 of file FormHeader.qml.

◆ rightPadding

real FormHeader::rightPadding
read

Definition at line 41 of file FormHeader.qml.

◆ title

string FormHeader::title
read

This property holds the header title.

Definition at line 23 of file FormHeader.qml.

◆ topPadding

real FormHeader::topPadding
read

These properties hold the padding around the heading.

Definition at line 35 of file FormHeader.qml.

◆ trailing

alias FormHeader::trailing
read

Definition at line 25 of file FormHeader.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 Tue Mar 26 2024 11:16:11 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.