Docs: add Fusion Style Widget Gallery
Change-Id: I1eb6548a8842fc141b1506d6070f6b74bda5c893 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
BIN
src/widgets/doc/images/fusion-calendarwidget.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
src/widgets/doc/images/fusion-checkbox.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/widgets/doc/images/fusion-combobox.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
src/widgets/doc/images/fusion-dateedit.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
src/widgets/doc/images/fusion-datetimeedit.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
src/widgets/doc/images/fusion-dial.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
src/widgets/doc/images/fusion-doublespinbox.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/widgets/doc/images/fusion-fontcombobox.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/widgets/doc/images/fusion-frame.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
src/widgets/doc/images/fusion-groupbox.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
src/widgets/doc/images/fusion-horizontalscrollbar.png
Normal file
After Width: | Height: | Size: 670 B |
BIN
src/widgets/doc/images/fusion-label.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/widgets/doc/images/fusion-lcdnumber.png
Normal file
After Width: | Height: | Size: 607 B |
BIN
src/widgets/doc/images/fusion-lineedit.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/widgets/doc/images/fusion-listview.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
src/widgets/doc/images/fusion-progressbar.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/widgets/doc/images/fusion-pushbutton.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/widgets/doc/images/fusion-radiobutton.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
src/widgets/doc/images/fusion-slider.png
Normal file
After Width: | Height: | Size: 573 B |
BIN
src/widgets/doc/images/fusion-spinbox.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/widgets/doc/images/fusion-tableview.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
src/widgets/doc/images/fusion-tabwidget.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/widgets/doc/images/fusion-textedit.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/widgets/doc/images/fusion-timeedit.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/widgets/doc/images/fusion-toolbox.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
src/widgets/doc/images/fusion-toolbutton.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
src/widgets/doc/images/fusion-treeview.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
138
src/widgets/doc/src/widgets-and-layouts/gallery-fusion.qdoc
Normal file
@ -0,0 +1,138 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** 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-fusion.html
|
||||
|
||||
\title Fusion Style Widget Gallery
|
||||
\ingroup gallery
|
||||
|
||||
This page shows some of the widgets available in Qt
|
||||
when configured to use the "fusion" style.
|
||||
|
||||
\section2 Buttons
|
||||
|
||||
\table 100%
|
||||
\row
|
||||
\li \image fusion-pushbutton.png
|
||||
\caption The QPushButton widget provides a command button.
|
||||
\li \image fusion-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 fusion-checkbox.png
|
||||
\caption The QCheckBox widget provides a checkbox with a text label.
|
||||
\li \image fusion-radiobutton.png
|
||||
\caption The QRadioButton widget provides a radio button with a text or pixmap label.
|
||||
\endtable
|
||||
|
||||
\section2 Containers
|
||||
|
||||
\table 100%
|
||||
\row
|
||||
\li \image fusion-groupbox.png
|
||||
The The QGroupBox widget provides a group box frame with a title.
|
||||
\li \image fusion-tabwidget.png
|
||||
The QTabWidget class provides a stack of tabbed widgets.
|
||||
\li \image fusion-frame.png
|
||||
The QFrame widget provides a simple decorated container for other widgets.
|
||||
\li \image fusion-toolbox.png
|
||||
The QToolBox class provides a column of tabbed widget items.
|
||||
\endtable
|
||||
|
||||
\section2 Item Views
|
||||
|
||||
\table 100%
|
||||
\row
|
||||
\li \image fusion-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 fusion-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 fusion-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 fusion-progressbar.png
|
||||
The QProgressBar widget provides a horizontal progress bar.
|
||||
\li \image fusion-label.png
|
||||
The QLabel widget provides a text or image display.
|
||||
\li \image fusion-lcdnumber.png
|
||||
The QLCDNumber widget displays a number with LCD-like digits.
|
||||
\endtable
|
||||
|
||||
\section2 Input Widgets
|
||||
|
||||
\table 100%
|
||||
\row
|
||||
\li \image fusion-lineedit.png
|
||||
The QLineEdit widget is a one-line text editor.
|
||||
\li \image fusion-dateedit.png
|
||||
The QDateEdit class provides a widget for editing dates.
|
||||
\li \image fusion-timeedit.png
|
||||
The QTimeEdit class provides a widget for editing times.
|
||||
\li \image fusion-datetimeedit.png
|
||||
The QDateTimeEdit class provides a widget for editing dates and times.
|
||||
\endtable
|
||||
|
||||
\table 100%
|
||||
\row
|
||||
\li \image fusion-slider.png
|
||||
The QSlider widget provides a vertical or horizontal slider.
|
||||
\li \image fusion-combobox.png
|
||||
The QComboBox widget is a combined button and pop-up list.
|
||||
\li \image fusion-spinbox.png
|
||||
The QSpinBox class provides a spin box widget.
|
||||
\endtable
|
||||
|
||||
\table 100%
|
||||
\row
|
||||
\li \image fusion-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 fusion-doublespinbox.png
|
||||
The QDoubleSpinBox class provides a spin box widget that allows double precision floating point numbers to be entered.
|
||||
\li \image fusion-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 fusion-dial.png
|
||||
The QDial class provides a rounded range control (like a speedometer or potentiometer).
|
||||
\li \image fusion-textedit.png
|
||||
The QTextEdit class provides a widget that is used to edit and display both plain and rich text.
|
||||
\li \image fusion-calendarwidget.png
|
||||
The QCalendarWidget class provides a monthly calendar widget that can be used to select dates.
|
||||
\endtable
|
||||
*/
|
@ -48,9 +48,7 @@
|
||||
\caption \l{Windows Vista Style Widget Gallery}
|
||||
|
||||
The Windows Vista style is provided by QWindowsVistaStyle.
|
||||
\endtable
|
||||
|
||||
\table
|
||||
\row
|
||||
\li \image macintosh-tabwidget.png Macintosh Style Widget Gallery
|
||||
\caption \l{Macintosh Style Widget Gallery}
|
||||
@ -60,7 +58,9 @@
|
||||
\caption \l{GTK Style Widget Gallery}
|
||||
|
||||
The GTK style is provided by QGtkStyle.
|
||||
\endtable
|
||||
\li \image fusion-tabwidget.png Fusion Style Widget Gallery
|
||||
\caption \l{Fusion Style Widget Gallery}
|
||||
|
||||
The Fusion style is provided by QFusionStyle.
|
||||
\endtable
|
||||
*/
|
||||
|