Docs: cleaned up remaining cleanlooks references and screenshots
Change-Id: I671cec2a84eabe14bef788499dbfa7d7e9c27670 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 837 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 983 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.8 KiB |
@ -1964,7 +1964,7 @@ void QCalendarWidgetPrivate::_q_editingFinished()
|
||||
\ingroup advanced
|
||||
\inmodule QtWidgets
|
||||
|
||||
\image cleanlooks-calendarwidget.png
|
||||
\image fusion-calendarwidget.png
|
||||
|
||||
The widget is initialized with the current month and year, but
|
||||
QCalendarWidget provides several public slots to change the year
|
||||
|
@ -170,8 +170,8 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
\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}.
|
||||
\row \li \inlineimage plastique-pushbutton.png Screenshot of a Plastique style push button
|
||||
\li A push button shown in the \l{Plastique Style Widget Gallery}{Plastique widget style}.
|
||||
\row \li \inlineimage fusion-pushbutton.png Screenshot of a Fusion style push button
|
||||
\li A push button shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
|
||||
\endtable
|
||||
|
||||
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.
|
||||
|
||||
\table 100%
|
||||
\row
|
||||
\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
|
||||
\image fusion-pushbutton-menu.png Screenshot of a Fusion style push button with popup menu.
|
||||
A push button with popup menus shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
|
||||
|
||||
\sa menu()
|
||||
*/
|
||||
|