aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlitemselectionmodel.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/types/qqmlitemselectionmodel.qdoc')
-rw-r--r--src/qml/types/qqmlitemselectionmodel.qdoc19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/qml/types/qqmlitemselectionmodel.qdoc b/src/qml/types/qqmlitemselectionmodel.qdoc
index 7a61416153..185ffb5fa4 100644
--- a/src/qml/types/qqmlitemselectionmodel.qdoc
+++ b/src/qml/types/qqmlitemselectionmodel.qdoc
@@ -50,22 +50,31 @@
/*!
\qmlproperty bool ItemSelectionModel::hasSelection
+ \readonly
- Read-only property. It will trigger property binding updates every time
- \l selectionChanged() is emitted, even though its value hasn't changed.
+ It will trigger property binding updates every time \l selectionChanged()
+ is emitted, even though its value hasn't changed.
\sa selection(), selectedIndexes(), select(), selectionChanged()
*/
/*!
\qmlproperty QModelIndex ItemSelectionModel::currentIndex
+ \readonly
- Read-only property. Use \l setCurrentIndex() to set its value.
+ Use \l setCurrentIndex() to set its value.
\sa setCurrentIndex(), currentChanged()
*/
/*!
+ \qmlproperty QModelIndexList ItemSelectionModel::selectedIndexes
+ \readonly
+
+ Contains the list of all the indexes in the selection model.
+*/
+
+/*!
\qmlmethod bool ItemSelectionModel::isSelected(QModelIndex index)
*/
@@ -86,10 +95,6 @@
*/
/*!
- \qmlmethod QModelIndexList ItemSelectionModel::selectedIndexes()
-*/
-
-/*!
\qmlmethod QModelIndexList ItemSelectionModel::selectedRows(int column)
*/