summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2012-11-23 16:10:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-23 18:50:40 +0100
commit009d5e151002e0ea9d1944a8887a7140d6e48b59 (patch)
treeb4521328a9cd6f98f46dad95efb5c6798c92485d
parent0bf1c3622e1277c83d323344bced2215f752a458 (diff)
Remove Plastique and Cleanlooks from the widget gallery
This commit does not remove the actual images, since they are referenced from many other places. Plastique style seems to have been used often as a style for showing a screenshot of a widget (probably because it has been available on all platforms). When fusion style gets its gallery with images, the references to the plastique images should probably be replaced with references to fusion images. Change-Id: I288c06df2c5e1f3a212b873ec0f087e119b895b0 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/gallery-cleanlooks.qdoc138
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/gallery-plastique.qdoc138
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/gallery.qdoc21
3 files changed, 5 insertions, 292 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery-cleanlooks.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery-cleanlooks.qdoc
deleted file mode 100644
index f6379b9a98..0000000000
--- a/src/widgets/doc/src/widgets-and-layouts/gallery-cleanlooks.qdoc
+++ /dev/null
@@ -1,138 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \page gallery-cleanlooks.html
-
- \title Cleanlooks Style Widget Gallery
- \ingroup gallery
-
- This page shows some of the widgets available in Qt
- when configured to use the "cleanlooks" style.
-
-\section2 Buttons
-
-\table 100%
-\row
-\li \image cleanlooks-pushbutton.png
- \caption The QPushButton widget provides a command button.
-\li \image cleanlooks-toolbutton.png
- \caption The QToolButton class provides a quick-access button to commands
- or options, usually used inside a QToolBar.
-\endtable
-
-\table 100%
-\row
-\li \image cleanlooks-checkbox.png
- \caption The QCheckBox widget provides a checkbox with a text label.
-\li \image cleanlooks-radiobutton.png
- \caption The QRadioButton widget provides a radio button with a text or pixmap label.
-\endtable
-
-\section2 Containers
-
-\table 100%
-\row
-\li \image cleanlooks-groupbox.png
- The The QGroupBox widget provides a group box frame with a title.
-\li \image cleanlooks-tabwidget.png
- The QTabWidget class provides a stack of tabbed widgets.
-\li \image cleanlooks-frame.png
- The QFrame widget provides a simple decorated container for other widgets.
-\li \image cleanlooks-toolbox.png
- The QToolBox class provides a column of tabbed widget items.
-\endtable
-
-\section2 Item Views
-
-\table 100%
-\row
-\li \image cleanlooks-listview.png
- The QListView class provides a default model/view implementation of a list/icon view. The QListWidget class provides a classic item-based list/icon view.
-\li \image cleanlooks-treeview.png
- The QTreeView class provides a default model/view implementation of a tree view. The QTreeWidget class provides a classic item-based tree view.
-\li \image cleanlooks-tableview.png
- The QTableView class provides a default model/view implementation of a table view. The QTableWidget class provides a classic item-based table view.\li
-\li
-\endtable
-
-\section2 Display Widgets
-
-\table 100%
-\row
-\li \image cleanlooks-progressbar.png
- The QProgressBar widget provides a horizontal progress bar.
-\li \image cleanlooks-label.png
- The QLabel widget provides a text or image display.
-\li \image cleanlooks-lcdnumber.png
- The QLCDNumber widget displays a number with LCD-like digits.
-\endtable
-
-\section2 Input Widgets
-
-\table 100%
-\row
-\li \image cleanlooks-lineedit.png
- The QLineEdit widget is a one-line text editor.
-\li \image cleanlooks-dateedit.png
- The QDateEdit class provides a widget for editing dates.
-\li \image cleanlooks-timeedit.png
- The QTimeEdit class provides a widget for editing times.
-\li \image cleanlooks-datetimeedit.png
- The QDateTimeEdit class provides a widget for editing dates and times.
-\endtable
-
-\table 100%
-\row
-\li \image cleanlooks-slider.png
- The QSlider widget provides a vertical or horizontal slider.
-\li \image cleanlooks-combobox.png
- The QComboBox widget is a combined button and pop-up list.
-\li \image cleanlooks-spinbox.png
- The QSpinBox class provides a spin box widget.
-\endtable
-
-\table 100%
-\row
-\li \image cleanlooks-fontcombobox.png
- The QFontComboBox widget is a specialized combobox that enables fonts to be selected from a pop-up list containing previews of available fonts.
-\li \image cleanlooks-doublespinbox.png
- The QDoubleSpinBox class provides a spin box widget that allows double precision floating point numbers to be entered.
-\li \image cleanlooks-horizontalscrollbar.png
- The QScrollBar widget provides a vertical or horizontal scroll bar. Here, we show a scroll bar with horizontal orientation.
-\endtable
-
-\table 100%
-\row
-\li \image cleanlooks-dial.png
- The QDial class provides a rounded range control (like a speedometer or potentiometer).
-\li \image cleanlooks-textedit.png
- The QTextEdit class provides a widget that is used to edit and display both plain and rich text.
-\li \image cleanlooks-calendarwidget.png
- The QCalendarWidget class provides a monthly calendar widget that can be used to select dates.
-\endtable
-*/
diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery-plastique.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery-plastique.qdoc
deleted file mode 100644
index 13dd8b52d9..0000000000
--- a/src/widgets/doc/src/widgets-and-layouts/gallery-plastique.qdoc
+++ /dev/null
@@ -1,138 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \page gallery-plastique.html
-
- \title Plastique Style Widget Gallery
- \ingroup gallery
-
- This page shows some of the widgets available in Qt
- when configured to use the "plastique" style.
-
-\section2 Buttons
-
-\table 100%
-\row
-\li \image plastique-pushbutton.png
- \caption The QPushButton widget provides a command button.
-\li \image plastique-toolbutton.png
- \caption The QToolButton class provides a quick-access button to commands
- or options, usually used inside a QToolBar.
-\endtable
-
-\table 100%
-\row
-\li \image plastique-checkbox.png
- \caption The QCheckBox widget provides a checkbox with a text label.
-\li \image plastique-radiobutton.png
- \caption The QRadioButton widget provides a radio button with a text or pixmap label.
-\endtable
-
-\section2 Containers
-
-\table 100%
-\row
-\li \image plastique-groupbox.png
- The The QGroupBox widget provides a group box frame with a title.
-\li \image plastique-tabwidget.png
- The QTabWidget class provides a stack of tabbed widgets.
-\li \image plastique-frame.png
- The QFrame widget provides a simple decorated container for other widgets.
-\li \image plastique-toolbox.png
- The QToolBox class provides a column of tabbed widget items.
-\endtable
-
-\section2 Item Views
-
-\table 100%
-\row
-\li \image plastique-listview.png
- The QListView class provides a default model/view implementation of a list/icon view. The QListWidget class provides a classic item-based list/icon view.
-\li \image plastique-treeview.png
- The QTreeView class provides a default model/view implementation of a tree view. The QTreeWidget class provides a classic item-based tree view.
-\li \image plastique-tableview.png
- The QTableView class provides a default model/view implementation of a table view. The QTableWidget class provides a classic item-based table view.\li
-\li
-\endtable
-
-\section2 Display Widgets
-
-\table 100%
-\row
-\li \image plastique-progressbar.png
- The QProgressBar widget provides a horizontal progress bar.
-\li \image plastique-label.png
- The QLabel widget provides a text or image display.
-\li \image plastique-lcdnumber.png
- The QLCDNumber widget displays a number with LCD-like digits.
-\endtable
-
-\section2 Input Widgets
-
-\table 100%
-\row
-\li \image plastique-lineedit.png
- The QLineEdit widget is a one-line text editor.
-\li \image plastique-dateedit.png
- The QDateEdit class provides a widget for editing dates.
-\li \image plastique-timeedit.png
- The QTimeEdit class provides a widget for editing times.
-\li \image plastique-datetimeedit.png
- The QDateTimeEdit class provides a widget for editing dates and times.
-\endtable
-
-\table 100%
-\row
-\li \image plastique-slider.png
- The QSlider widget provides a vertical or horizontal slider.
-\li \image plastique-combobox.png
- The QComboBox widget is a combined button and pop-up list.
-\li \image plastique-spinbox.png
- The QSpinBox class provides a spin box widget.
-\endtable
-
-\table 100%
-\row
-\li \image plastique-fontcombobox.png
- The QFontComboBox widget is a specialized combobox that enables fonts to be selected from a pop-up list containing previews of available fonts.
-\li \image plastique-doublespinbox.png
- The QDoubleSpinBox class provides a spin box widget that allows double precision floating point numbers to be entered.
-\li \image plastique-horizontalscrollbar.png
- The QScrollBar widget provides a vertical or horizontal scroll bar. Here, we show a scroll bar with horizontal orientation.
-\endtable
-
-\table 100%
-\row
-\li \image plastique-dial.png
- The QDial class provides a rounded range control (like a speedometer or potentiometer).
-\li \image plastique-textedit.png
- The QTextEdit class provides a widget that is used to edit and display both plain and rich text.
-\li \image plastique-calendarwidget.png
- The QCalendarWidget class provides a monthly calendar widget that can be used to select dates.
-\endtable
-*/
diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc
index 9acacc24e7..23f5cb3763 100644
--- a/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc
@@ -36,10 +36,6 @@
\table
\row
- \li \image plastique-tabwidget.png Plastique Style Widget Gallery
- \caption \l{Plastique Style Widget Gallery}
-
- The Plastique style is provided by QPlastiqueStyle.
\li \image windowsxp-tabwidget.png Windows XP Style Widget Gallery
\caption \l{Windows XP Style Widget Gallery}
@@ -48,18 +44,6 @@
\caption \l{Windows Style Widget Gallery}
The Windows style is provided by QWindowsStyle.
- \endtable
-
- \table
- \row
- \li \image macintosh-tabwidget.png Macintosh Style Widget Gallery
- \caption \l{Macintosh Style Widget Gallery}
-
- The Macintosh style is provided by QMacStyle.
- \li \image cleanlooks-tabwidget.png Cleanlooks Style Widget Gallery
- \caption \l{Cleanlooks Style Widget Gallery}
-
- The Cleanlooks style is provided by QCleanlooksStyle.
\li \image windowsvista-tabwidget.png Windows Vista Style Widget Gallery
\caption \l{Windows Vista Style Widget Gallery}
@@ -68,10 +52,15 @@
\table
\row
+ \li \image macintosh-tabwidget.png Macintosh Style Widget Gallery
+ \caption \l{Macintosh Style Widget Gallery}
+
+ The Macintosh style is provided by QMacStyle.
\li \image gtk-tabwidget.png GTK Style Widget Gallery
\caption \l{GTK Style Widget Gallery}
The GTK style is provided by QGtkStyle.
+ \endtable
\endtable
*/