DefaultContentItem QML Type

Content item which is used by default in the RoundedItemDelegate and IndicatorItemDelegate. More...

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

RowLayout

Properties

Detailed Description

Provides a label and an icon.

This can be used directly as contentItem or inside a RowLayout if you need to put some content before or after this item.

Property Documentation

iconItem : Kirigami.Icon [read-only]

This property holds the Kirigami.Icon containing the icon of the item delegate.


itemDelegate : AbstractButton [required]

This required property holds the item delegate corresponding to this content item.


labelItem : Label [read-only]

This property holds the Label containing the text of the item delegate.