summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
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/dialogs
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/dialogs')
-rw-r--r--src/widgets/dialogs/qcolordialog.cpp2
-rw-r--r--src/widgets/dialogs/qfontdialog.cpp2
-rw-r--r--src/widgets/dialogs/qprogressdialog.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/dialogs/qcolordialog.cpp b/src/widgets/dialogs/qcolordialog.cpp
index bdceafc26d..6b7d205e16 100644
--- a/src/widgets/dialogs/qcolordialog.cpp
+++ b/src/widgets/dialogs/qcolordialog.cpp
@@ -1661,7 +1661,7 @@ static const Qt::WindowFlags DefaultWindowFlags =
The \l{dialogs/standarddialogs}{Standard Dialogs} example shows
how to use QColorDialog as well as other built-in Qt dialogs.
- \image plastique-colordialog.png A color dialog in the Plastique widget style.
+ \image fusion-colordialog.png A color dialog in the Fusion widget style.
\sa QColor, QFileDialog, QFontDialog, {Standard Dialogs Example}
*/
diff --git a/src/widgets/dialogs/qfontdialog.cpp b/src/widgets/dialogs/qfontdialog.cpp
index 2a68d29bda..29868bab61 100644
--- a/src/widgets/dialogs/qfontdialog.cpp
+++ b/src/widgets/dialogs/qfontdialog.cpp
@@ -129,7 +129,7 @@ static const Qt::WindowFlags DefaultWindowFlags =
If the user clicks OK the font they chose will be used for myWidget,
and if they click Cancel the original font is used.
- \image plastique-fontdialog.png A font dialog in the Plastique widget style.
+ \image fusion-fontdialog.png A font dialog in the Fusion widget style.
\sa QFont, QFontInfo, QFontMetrics, QColorDialog, QFileDialog,
{Standard Dialogs Example}
diff --git a/src/widgets/dialogs/qprogressdialog.cpp b/src/widgets/dialogs/qprogressdialog.cpp
index fbbc4191bc..aa8911c9aa 100644
--- a/src/widgets/dialogs/qprogressdialog.cpp
+++ b/src/widgets/dialogs/qprogressdialog.cpp
@@ -259,7 +259,7 @@ void QProgressDialogPrivate::_q_disconnectOnClose()
The functions setLabelText() and setCancelButtonText()
set the texts shown.
- \image plastique-progressdialog.png A progress dialog shown in the Plastique widget style.
+ \image fusion-progressdialog.png A progress dialog shown in the Fusion widget style.
\sa QDialog, QProgressBar, {fowler}{GUI Design Handbook: Progress Indicator},
{Find Files Example}, {Pixelator Example}