FormTextDelegate QML Type
A Form delegate that corresponds to a text label and a description. More...
Import Statement: | import org.kde.kirigamiaddons.formcard |
Inherits: |
Properties
- description : string
- descriptionItem : Label
- leading : var
- leadingPadding : real
- textItem : Label
- trailing : var
- trailingPadding : real
Signals
- linkActivated(string link)
Detailed Description
This component is used to create primary text with the inherited 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.
See also FormSectionText and AbstractButton.
Property Documentation
description : string |
A label containing secondary text that appears under the inherited text property.
This provides additional information shown in a faint gray color.
descriptionItem : Label |
This property allows for access to the description label item.
leading : var |
This property holds an item that will be displayed before the delegate's contents.
leadingPadding : real |
This property holds the padding after the leading item.
textItem : Label |
This property holds allows for access to the text label item.
trailing : var |
This property holds an item that will be displayed after the delegate's contents.
trailingPadding : real |
This property holds the padding before the trailing item.
Signal Documentation
linkActivated(string link) |
This signal is emitted when the link is activated.
Note: The corresponding handler is onLinkActivated
.