aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickrangeslider.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:35:24 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:51:25 +0000
commitca8f57f0193e9ec911acb5e1a24f964f1b5f5c07 (patch)
treef70ac322b8fdefb2507a07b002736d9af3e576dd /src/templates/qquickrangeslider.cpp
parenta0d44a16535cc6e751045185e40bbd6c6edaf87a (diff)
Rename Qt Labs Controls to Qt Quick Controls 2 - doc asset filenames
This renames all documentation assets (snippets, images), but leaves .qdoc files and the .qdocconf file in an attempt to avoid conflicts with controls 1. Change-Id: I08692233e8d645de8d9746fe74edc14d31bb744e Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickrangeslider.cpp')
-rw-r--r--src/templates/qquickrangeslider.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/templates/qquickrangeslider.cpp b/src/templates/qquickrangeslider.cpp
index 6dcd7fcb..b4bc7b1c 100644
--- a/src/templates/qquickrangeslider.cpp
+++ b/src/templates/qquickrangeslider.cpp
@@ -50,19 +50,19 @@ QT_BEGIN_NAMESPACE
\ingroup qtlabscontrols-input
\brief A slider control used to select a range of values.
- \image qtlabscontrols-rangeslider.gif
+ \image qtquickcontrols-rangeslider.gif
RangeSlider is used to select a range specified by two values, by sliding
each handle along a track.
\table
- \row \li \image qtlabscontrols-rangeslider-normal.png
+ \row \li \image qtquickcontrols-rangeslider-normal.png
\li A range slider in its normal state.
- \row \li \image qtlabscontrols-rangeslider-first-handle-focused.png
+ \row \li \image qtquickcontrols-rangeslider-first-handle-focused.png
\li A range slider whose first handle has active focus.
- \row \li \image qtlabscontrols-rangeslider-second-handle-focused.png
+ \row \li \image qtquickcontrols-rangeslider-second-handle-focused.png
\li A range slider whose second handle has active focus.
- \row \li \image qtlabscontrols-rangeslider-disabled.png
+ \row \li \image qtquickcontrols-rangeslider-disabled.png
\li A range slider that is disabled.
\endtable