FormTextDelegate QML Type

A Form delegate that corresponds to a text label and a description. More...

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

AbstractFormDelegate

Properties

Signals

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 [default: ""]

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 [default: null]

This property holds an item that will be displayed before the delegate's contents.


leadingPadding : real [default: Kirigami.Units.smallSpacing]

This property holds the padding after the leading item.


textItem : Label

This property holds allows for access to the text label item.


trailing : var [default: null]

This property holds an item that will be displayed after the delegate's contents.


trailingPadding : real [default: Kirigami.Units.smallSpacing]

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.