aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc')
-rw-r--r--src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc b/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
index bea87abf05..18082559a8 100644
--- a/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
+++ b/src/quickcontrols2/doc/src/qtquickcontrols2-delegates.qdoc
@@ -40,6 +40,16 @@
sections offer guidelines for choosing the appropriate type of delegate,
depending on the use case.
+ \section1 CheckDelegate Control
+
+ \image qtquickcontrols2-checkdelegate.gif
+
+ \l CheckDelegate presents a checkable control that can be toggled on
+ (checked) or off (unchecked). Check delegates are typically used to
+ select one or more options from a set of options.
+
+ \b {See also} \l {CheckBox Control}.
+
\section1 ItemDelegate Control
\image qtquickcontrols2-itemdelegate.gif
@@ -72,6 +82,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}