From 9e454f556b73c06d935a8059b4374d67655db047 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 6 Oct 2016 12:29:41 +0200 Subject: ScrollBar: replace PNGs with GIFs Change-Id: I0c0f23b88c0ce36d43bc31321371508ec63c2903 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi --- src/quicktemplates2/qquickscrollbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quicktemplates2/qquickscrollbar.cpp') 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 { // ... -- cgit v1.2.3