aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickscrollbar.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-10-06 12:29:41 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-10-06 11:59:35 +0000
commit9e454f556b73c06d935a8059b4374d67655db047 (patch)
tree353572c7e0d2575e8dbacad8e1aac46249242dea /src/quicktemplates2/qquickscrollbar.cpp
parent7417cd314165144d3eff5cc6fdf87bd2f1acd84e (diff)
ScrollBar: replace PNGs with GIFs
Change-Id: I0c0f23b88c0ce36d43bc31321371508ec63c2903 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickscrollbar.cpp')
-rw-r--r--src/quicktemplates2/qquickscrollbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickscrollbar.cpp b/src/quicktemplates2/qquickscrollbar.cpp
index c2506c3c..19f7aea4 100644
--- a/src/quicktemplates2/qquickscrollbar.cpp
+++ b/src/quicktemplates2/qquickscrollbar.cpp
@@ -52,12 +52,12 @@ QT_BEGIN_NAMESPACE
\ingroup qtquickcontrols2-indicators
\brief An interactive scroll bar control.
+ \image qtquickcontrols2-scrollbar.gif
+
ScrollBar is an interactive bar that can be used to scroll to a specific
position. A scroll bar can be either \l vertical or \l horizontal, and can
be attached to any \l Flickable, such as \l ListView and \l GridView.
- \image qtquickcontrols2-scrollbar.png
-
\code
Flickable {
// ...