org::kde::kirigami::BasicListItem Class Reference
Inheritance diagram for org::kde::kirigami::BasicListItem:

Properties | |
alias | icon |
alias | label |
![]() | |
color | activeBackgroundColor |
color | activeTextColor |
Item | background |
color | backgroundColor |
bool | checked |
alias | containsMouse |
Item | contentItem |
alias | pressed |
bool | sectionDelegate |
bool | separatorVisible |
alias | supportsMouseEvents |
color | textColor |
Additional Inherited Members | |
![]() | |
void | clicked () |
void | pressAndHold () |
Detailed Description
An item delegate for the primitive ListView component.
It's intended to make all listviews look coherent. It has a default icon and a label
Definition at line 31 of file BasicListItem.qml.
Property Documentation
alias org::kde::kirigami::BasicListItem::icon |
icon: var A single icon that will be displayed in the list item.
The icon can be either a QIcon, a string name of a fdo compatible name, or any url accepted by the Image element.
Definition at line 44 of file BasicListItem.qml.
alias org::kde::kirigami::BasicListItem::label |
string: bool A single text label the list item will contain
Definition at line 37 of file BasicListItem.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Fri Feb 17 2017 11:09:23 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Fri Feb 17 2017 11:09:23 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.