Kstars
KSListView.qml
14 property bool onClickCheck: true //true if the item should be be mapped with a blue rectangle when clicked
139 visible: (checkCurrent && listView.currentIndex == model.index) || (checkable && delegateRect.checked)
149 text: textRole == "" ? modelData : listView.modelIsArray ? modelData[textRole] : model[textRole]
QString name(GameStandardAction id)
QWidget * window(QObject *job)
QTextStream & left(QTextStream &stream)
height
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.