summaryrefslogtreecommitdiff
path: root/src/controls/doc/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-01-07 11:05:13 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-01-07 11:05:13 +0100
commit73bf08d2cdabb8499acf9c63b942f8df8ac0c7c1 (patch)
treef97b18c429b491e65eb40e13a9d4d17ebc7a659e /src/controls/doc/src
parent428c594b59a779558e48be8e61f3b65a4a141ed1 (diff)
parent1836451c18c557dbfc332124ef4645b3ba2bc9d4 (diff)
downloadqtquickcontrols-73bf08d2cdabb8499acf9c63b942f8df8ac0c7c1.tar.gz
Merge remote-tracking branch 'origin/5.5' into 5.6
Change-Id: Id9c8ce5b56ecd279daaebef2923ea90d4bfc0447
Diffstat (limited to 'src/controls/doc/src')
-rw-r--r--src/controls/doc/src/qtquickcontrols-tableview.qdoc2
-rw-r--r--src/controls/doc/src/qtquickcontrols-treeview.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-tableview.qdoc b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
index a9c6d22a..fa3b103c 100644
--- a/src/controls/doc/src/qtquickcontrols-tableview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
@@ -224,7 +224,7 @@
\li function \b clear() - deselects all rows
\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 deselect(from, to) - de-selects a range
\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
diff --git a/src/controls/doc/src/qtquickcontrols-treeview.qdoc b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
index 8188e955..321f1934 100644
--- a/src/controls/doc/src/qtquickcontrols-treeview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
@@ -215,13 +215,13 @@
/*!
\qmlsignal TreeView::doubleClicked(QModelIndex index)
- Emitted when the user presses and holds a valid row in the tree.
+ Emitted when the user double clicks a valid row.
\a index is the model index of the double clicked row in the tree.
\note This signal is only emitted if the row or item delegate does not accept mouse events.
- The corresponding handler is \c onPressAndHold.
+ The corresponding handler is \c onDoubleClicked.
*/
/*!