summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qslider.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2012-11-28 15:01:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 20:26:27 +0100
commit27748e588ad471e28103fce5ff1037418e87f026 (patch)
treea973bb789d0273303decc1542fe3295f49c39d72 /src/widgets/widgets/qslider.cpp
parent779ef8bb7e714eef8d48298f641a046e3d25a881 (diff)
QtWidgets docs: use Fusion screenshots
The Plastique style no longer exists in QtBase. All the references have been updated to Fusion, and the obsolete screenshots have been removed. Change-Id: I771a9ecf23b82965c7b3c41a40945cf051cb5f3a Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/widgets/widgets/qslider.cpp')
-rw-r--r--src/widgets/widgets/qslider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/widgets/qslider.cpp b/src/widgets/widgets/qslider.cpp
index f22810abeb..f96a44c29f 100644
--- a/src/widgets/widgets/qslider.cpp
+++ b/src/widgets/widgets/qslider.cpp
@@ -259,8 +259,8 @@ QStyle::SubControl QSliderPrivate::newHoverControl(const QPoint &pos)
\li A slider shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
\row \li \inlineimage windows-slider.png Screenshot of a Windows XP slider
\li A slider shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
- \row \li \inlineimage plastique-slider.png Screenshot of a Plastique slider
- \li A slider shown in the \l{Plastique Style Widget Gallery}{Plastique widget style}.
+ \row \li \inlineimage fusion-slider.png Screenshot of a Fusion slider
+ \li A slider shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
\endtable
\sa QScrollBar, QSpinBox, QDial, {fowler}{GUI Design Handbook: Slider}, {Sliders Example}