summaryrefslogtreecommitdiff
path: root/src/controls/doc/src/qtquickcontrols-treeview.qdoc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-11-21 11:31:26 +0100
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-11-21 11:31:26 +0100
commitd689f7297ff4de09c0dbb167b7bfc90230034e6a (patch)
treeff7811ed0d5560e7cd5a1788bf0c9fa43133aff5 /src/controls/doc/src/qtquickcontrols-treeview.qdoc
parent801cc2795bf07edc5e11ba6a012f55a6fa02055b (diff)
parent5d76ced033cf1b2a1466a1b1b2a3a4f1102fab3f (diff)
downloadqtquickcontrols-d689f7297ff4de09c0dbb167b7bfc90230034e6a.tar.gz
Merge 5.14 into 5.14.0
Change-Id: Ib75e2e1d50e88c7e22a5bba34159c4e1af35ccbc
Diffstat (limited to 'src/controls/doc/src/qtquickcontrols-treeview.qdoc')
-rw-r--r--src/controls/doc/src/qtquickcontrols-treeview.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-treeview.qdoc b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
index 438eec7a..6542a939 100644
--- a/src/controls/doc/src/qtquickcontrols-treeview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
@@ -265,7 +265,7 @@
/*!
\qmlmethod bool TreeView::isExpanded(QModelIndex index)
- Returns true if the model item index is expanded; otherwise returns false.
+ Returns true if the model item at \a index is expanded; otherwise returns false.
\sa {expanded}, {expand}
*/
@@ -273,7 +273,7 @@
/*!
\qmlmethod void TreeView::collapse(QModelIndex index)
- Collapses the model item specified by the index.
+ Collapses the model item specified by the \a index.
\sa {collapsed}, {isExpanded}
*/
@@ -281,7 +281,7 @@
/*!
\qmlmethod void TreeView::expand(QModelIndex index)
- Expands the model item specified by the index.
+ Expands the model item specified by the \a index.
\sa {expanded}, {isExpanded}
*/
@@ -289,7 +289,7 @@
/*!
\qmlmethod QModelIndex TreeView::indexAt( int x, int y )
- Returns the model index of the visible row at the point \a x, \a y in content
+ Returns the model index of the visible row at the point \a x, \e y in content
coordinates. If there is no visible row at the point specified, an invalid
\l QModelIndex is returned.