DefaultContentItem QML Type
Content item which is used by default in the RoundedItemDelegate and IndicatorItemDelegate. More...
| Import Statement: | import org.kde.kirigamiaddons.delegates | 
| Inherits: | 
Properties
- iconItem : Kirigami.Icon
- itemDelegate : AbstractButton
- labelItem : Label
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  | 
This property holds the Kirigami.Icon containing the icon of the item delegate.
| 
itemDelegate : AbstractButton  | 
This required property holds the item delegate corresponding to this content item.
| 
labelItem : Label  | 
This property holds the Label containing the text of the item delegate.