aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc7
-rw-r--r--src/quicktemplates2/qquickswipedelegate.cpp1
2 files changed, 8 insertions, 0 deletions
diff --git a/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc
index 0ecfdf42..33b97850 100644
--- a/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc
+++ b/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc
@@ -57,6 +57,13 @@
\b {See also} \l {RadioButton Control}.
+ \section1 SwipeDelegate Control
+
+ \image qtquickcontrols2-swipedelegate.gif
+
+ \l SwipeDelegate presents a view item that can be swiped left or right to
+ expose more options or information.
+
\section1 SwitchDelegate Control
\image qtquickcontrols2-switchdelegate.gif
diff --git a/src/quicktemplates2/qquickswipedelegate.cpp b/src/quicktemplates2/qquickswipedelegate.cpp
index c6c8ebc7..ae7a7d90 100644
--- a/src/quicktemplates2/qquickswipedelegate.cpp
+++ b/src/quicktemplates2/qquickswipedelegate.cpp
@@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
\instantiates QQuickSwipeDelegate
\inqmlmodule QtQuick.Controls
\since 5.7
+ \ingroup qtquickcontrols2-delegates
\brief A swipable item delegate.
SwipeDelegate presents a view item that can be swiped left or right to