DefaultContentItem

Search for usage in LXR

DefaultContentItem Class Reference

Inherits RowLayout.

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

alias DefaultContentItem::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

TAbstractButton DefaultContentItem::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

alias DefaultContentItem::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:
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.