summaryrefslogtreecommitdiff
path: root/src/controls/TableView.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-01-10 11:39:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-14 11:15:45 +0100
commit1618e1938275afd6dcf3225aa1f933eb568d13d2 (patch)
tree767f90f2ae26c5a485bf3d5e988884c19945192e /src/controls/TableView.qml
parentf7d7efcc10220541ac28afe5f9bb01f86575d947 (diff)
downloadqtquickcontrols-1618e1938275afd6dcf3225aa1f933eb568d13d2.tar.gz
TableView.selection docs
Change-Id: Ib2e1cc6c4459af9c1e4ba3b72e1e946924b65d2b Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/controls/TableView.qml')
-rw-r--r--src/controls/TableView.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 595c13ca..6e2c95dc 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -397,10 +397,10 @@ ScrollView {
\li function \b selectAll() - selects all rows
\li function \b select(from, to) - select a range
\li functton \b deselect(from, to) - de-selects a range
- \li function \b forEach(callback) - Allows you to iterate over selected rows
- \li function \b contains(index) - Allows you to iterate over selected rows
- \li signal \b selectionChanged() - The current row selection changed
- \li readonly property int \b count - The number of selected rows
+ \li function \b forEach(callback) - iterates over all selected rows
+ \li function \b contains(index) - checks whether the selection includes the given index
+ \li signal \b selectionChanged() - the current row selection changed
+ \li readonly property int \b count - the number of selected rows
\endlist
\b Example: