aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
diff options
context:
space:
mode:
authorThomas Piekarski <thomas.piekarski@qt.io>2022-06-14 20:25:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-20 18:28:21 +0000
commit2d8753fec6c9684d66efc6f43aff205fdfcb620e (patch)
tree92143c8b773d7b37a5aff880ec7d188ea0db5af3 /src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
parent57c9982e0f866add701ab276450d19d7582ea4f1 (diff)
Doc: Add missing TreeViewDelegate control
* Add missing section for TreeViewDelegate Control to the qtquickcontrols2-delegates page Task-number: QTBUG-104157 Change-Id: I1ca5439bac8e5f025937d0014c1f2829e304d603 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit 9a8269e6df7e5b5b86fc2b30665ac83280bb5832) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc')
-rw-r--r--src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc b/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
index 1067b4595a..77018f5602 100644
--- a/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
+++ b/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
@@ -48,6 +48,15 @@
\b {See also} \l {Switch Control}.
+ \section1 TreeViewDelegate Control
+
+ \image qtquickcontrols2-treeviewdelegate.png
+
+ \l A TreeViewDelegate is a delegate that can be assigned to the delegate property
+ of a TreeView.
+
+ \b {See also} \l {TreeView Control}.
+
\section1 Related Information
\list
\li \l {Qt Quick Controls Guidelines}