DefaultContentItem
Properties | |
alias | iconItem |
TAbstractButton | itemDelegate |
alias | labelItem |
Detailed Description
Content item which is used by default in the RoundedItemDelegate and IndicatorItemDelegate.
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.
- Since
- KirigamiAddons 0.10.0
Definition at line 15 of file DefaultContentItem.qml.
Property Documentation
◆ iconItem
|
read |
This property holds the Kirigami.Icon containing the icon of the item delegate.
- Since
- KirigamiAddons 0.10.1
- Remarks
- This property is read-only
Definition at line 36 of file DefaultContentItem.qml.
◆ itemDelegate
|
read |
This required property holds the item delegate corresponding to this content item.
- Since
- KirigamiAddons 0.10.0
Definition at line 22 of file DefaultContentItem.qml.
◆ labelItem
|
read |
This property holds the Label containing the text of the item delegate.
- Since
- KirigamiAddons 0.10.1
- Remarks
- This property is read-only
Definition at line 29 of file DefaultContentItem.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.