FormTextDelegate

Search for usage in LXR

FormTextDelegate Class Reference
Inheritance diagram for 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

string FormTextDelegate::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

alias FormTextDelegate::descriptionItem
read

This property allows for access to the description label item.

Definition at line 38 of file FormTextDelegate.qml.

◆ leading

var FormTextDelegate::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

real FormTextDelegate::leadingPadding
read

This property holds the padding after the leading item.

Definition at line 51 of file FormTextDelegate.qml.

◆ textItem

alias FormTextDelegate::textItem
read

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

Definition at line 42 of file FormTextDelegate.qml.

◆ trailing

var FormTextDelegate::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

real FormTextDelegate::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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:09:57 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.