Docs: cleaned up remaining cleanlooks references and screenshots

Change-Id: I671cec2a84eabe14bef788499dbfa7d7e9c27670
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
J-P Nurmi 2012-11-28 13:45:17 +01:00 committed by The Qt Project
parent 3e5b031607
commit b9c8cf2527
30 changed files with 5 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -1964,7 +1964,7 @@ void QCalendarWidgetPrivate::_q_editingFinished()
\ingroup advanced \ingroup advanced
\inmodule QtWidgets \inmodule QtWidgets
\image cleanlooks-calendarwidget.png \image fusion-calendarwidget.png
The widget is initialized with the current month and year, but The widget is initialized with the current month and year, but
QCalendarWidget provides several public slots to change the year QCalendarWidget provides several public slots to change the year

View File

@ -170,8 +170,8 @@ QT_BEGIN_NAMESPACE
\row \li \inlineimage windowsxp-pushbutton.png Screenshot of a Windows XP style push button \row \li \inlineimage windowsxp-pushbutton.png Screenshot of a Windows XP style push button
\li A push button shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}. \li A push button shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
\row \li \inlineimage plastique-pushbutton.png Screenshot of a Plastique style push button \row \li \inlineimage fusion-pushbutton.png Screenshot of a Fusion style push button
\li A push button shown in the \l{Plastique Style Widget Gallery}{Plastique widget style}. \li A push button shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
\endtable \endtable
In Qt, the QAbstractButton base class provides most of the modes In Qt, the QAbstractButton base class provides most of the modes
@ -519,13 +519,8 @@ void QPushButton::focusOutEvent(QFocusEvent *e)
Ownership of the menu is \e not transferred to the push button. Ownership of the menu is \e not transferred to the push button.
\table 100% \image fusion-pushbutton-menu.png Screenshot of a Fusion style push button with popup menu.
\row A push button with popup menus shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
\li \inlineimage plastique-pushbutton-menu.png Screenshot of a Plastique style push button with popup menu.
\li \inlineimage cleanlooks-pushbutton-menu.png Screenshot of a Cleanlooks style push button with popup menu.
\li Push buttons with popup menus shown in the \l{Plastique Style Widget Gallery}{Plastique widget style}
(left) and \l{Cleanlooks Style Widget Gallery}{Cleanlooks widget style} (right).
\endtable
\sa menu() \sa menu()
*/ */