FormTextDelegate
Properties | |
string | description |
alias | descriptionItem |
var | leading |
real | leadingPadding |
alias | textItem |
var | trailing |
real | trailingPadding |
Signals | |
void | linkActivated (string link) |
Detailed Description
A Form delegate that corresponds to a text label and a description.
This component is used to create primary text with the inherited QtQuick.Controls.AbstractButton.text property, with an optional description that serves as secondary text/subtitle.
If you need just a secondary text component, use a FormSectionText instead.
- Since
- KirigamiAddons 0.11.0
- See also
- FormSectionText
- QtQuick.Controls.AbstractButton
Definition at line 26 of file FormTextDelegate.qml.
Property Documentation
◆ description
|
read |
A label containing secondary text that appears under the inherited text property.
This provides additional information shown in a faint gray color.
Definition at line 34 of file FormTextDelegate.qml.
◆ descriptionItem
|
read |
This property allows for access to the description label item.
Definition at line 38 of file FormTextDelegate.qml.
◆ leading
|
read |
This property holds an item that will be displayed before the delegate's contents.
Definition at line 47 of file FormTextDelegate.qml.
◆ leadingPadding
|
read |
This property holds the padding after the leading item.
Definition at line 51 of file FormTextDelegate.qml.
◆ textItem
|
read |
This property holds allows for access to the text label item.
Definition at line 42 of file FormTextDelegate.qml.
◆ trailing
|
read |
This property holds an item that will be displayed after the delegate's contents.
Definition at line 56 of file FormTextDelegate.qml.
◆ trailingPadding
|
read |
This property holds the padding before the trailing item.
Definition at line 60 of file FormTextDelegate.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.