aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipedelegate.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 20:30:26 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 19:11:26 +0000
commit5570ade79fec6d2e7b7381b6fe1869239832e05b (patch)
tree8ac10d6b47dd77709301f0c442de2f0dcfa17cd5 /src/quicktemplates2/qquickswipedelegate.cpp
parent68139b762e632192fe7a8a9a1380d5193f2bf366 (diff)
Doc: add 2-suffix to the image assets and snippets
Change-Id: Ib8050cb3baefe07d28c7e2dcec64af155d2d7c9b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/quicktemplates2/qquickswipedelegate.cpp')
-rw-r--r--src/quicktemplates2/qquickswipedelegate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quicktemplates2/qquickswipedelegate.cpp b/src/quicktemplates2/qquickswipedelegate.cpp
index 064aebb7..d4edf087 100644
--- a/src/quicktemplates2/qquickswipedelegate.cpp
+++ b/src/quicktemplates2/qquickswipedelegate.cpp
@@ -72,12 +72,12 @@ QT_BEGIN_NAMESPACE
any position for \c exposure.left or \c exposure.right, the following will
occur:
- \image qtquickcontrols-swipedelegate.gif
+ \image qtquickcontrols2-swipedelegate.gif
If \c exposure.left and \c exposure.right are anchored to the left and
right of the \l background item (respectively), they'll behave like this:
- \image qtquickcontrols-swipedelegate-leading-trailing.gif
+ \image qtquickcontrols2-swipedelegate-leading-trailing.gif
When using \c exposure.left and \c exposure.right, the control cannot be
swiped past the left and right edges. To achieve this type of "wrapping"
@@ -86,7 +86,7 @@ QT_BEGIN_NAMESPACE
example, in the image below, we set \c exposure.behind and then swipe the
control repeatedly in both directions:
- \image qtquickcontrols-swipedelegate-behind.gif
+ \image qtquickcontrols2-swipedelegate-behind.gif
\labs