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(const QVariant &location)
QWidget * window(QObject *job)
QTextStream & left(QTextStream &stream)
height
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:54:28 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:54:28 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.