Move the module qdoc files from qtdoc and split up doc/src.
[profile/ivi/qtbase.git] / doc / src / widgets / widgets-and-layouts / gallery-macintosh.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
4 ** All rights reserved.
5 ** Contact: Nokia Corporation (qt-info@nokia.com)
6 **
7 ** This file is part of the documentation of the Qt Toolkit.
8 **
9 ** $QT_BEGIN_LICENSE:FDL$
10 ** GNU Free Documentation License
11 ** Alternatively, this file may be used under the terms of the GNU Free
12 ** Documentation License version 1.3 as published by the Free Software
13 ** Foundation and appearing in the file included in the packaging of
14 ** this file.
15 **
16 ** Other Usage
17 ** Alternatively, this file may be used in accordance with the terms
18 ** and conditions contained in a signed written agreement between you
19 ** and Nokia.
20 **
21 **
22 **
23 **
24 ** $QT_END_LICENSE$
25 **
26 ****************************************************************************/
27
28 /*!
29   \page gallery-macintosh.html
30
31   \title Macintosh Style Widget Gallery
32   \ingroup gallery
33
34   This page shows some of the widgets available in Qt
35   when configured to use the "macintosh" style.
36
37 \section2 Buttons
38
39 \table 100%
40 \row
41 \o \image macintosh-pushbutton.png 
42    \caption The QPushButton widget provides a command button.
43 \o \image macintosh-toolbutton.png
44    \caption The QToolButton class provides a quick-access button to commands
45     or options, usually used inside a QToolBar.
46 \endtable
47
48 \table 100%
49 \row
50 \o \image macintosh-checkbox.png
51    \caption The QCheckBox widget provides a checkbox with a text label.
52 \o \image macintosh-radiobutton.png
53    \caption The QRadioButton widget provides a radio button with a text or pixmap label.
54 \endtable
55
56 \section2 Containers
57
58 \table 100%
59 \row
60 \o \image macintosh-groupbox.png
61    The The QGroupBox widget provides a group box frame with a title.
62 \o \image macintosh-tabwidget.png
63    The QTabWidget class provides a stack of tabbed widgets.
64 \o \image macintosh-frame.png
65    The QFrame widget provides a simple decorated container for other widgets.
66 \o \image macintosh-toolbox.png
67    The QToolBox class provides a column of tabbed widget items.
68 \endtable
69
70 \section2 Item Views
71
72 \table 100%
73 \row
74 \o \image macintosh-listview.png
75    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.
76 \o \image macintosh-treeview.png
77    The QTreeView class provides a default model/view implementation of a tree view. The QTreeWidget class provides a classic item-based tree view.
78 \o \image macintosh-tableview.png
79    The QTableView class provides a default model/view implementation of a table view. The QTableWidget class provides a classic item-based table view.\o 
80 \o 
81 \endtable
82
83 \section2 Display Widgets
84
85 \table 100%
86 \row
87 \o \image macintosh-progressbar.png
88    The QProgressBar widget provides a horizontal progress bar.
89 \o \image macintosh-label.png
90    The QLabel widget provides a text or image display.
91 \o \image macintosh-lcdnumber.png
92    The QLCDNumber widget displays a number with LCD-like digits.
93 \endtable
94
95 \section2 Input Widgets
96
97 \table 100%
98 \row
99 \o \image macintosh-lineedit.png
100    The QLineEdit widget is a one-line text editor.
101 \o \image macintosh-dateedit.png
102    The QDateEdit class provides a widget for editing dates.
103 \o \image macintosh-timeedit.png
104    The QTimeEdit class provides a widget for editing times.
105 \o \image macintosh-datetimeedit.png
106    The QDateTimeEdit class provides a widget for editing dates and times.
107 \endtable
108
109 \table 100%
110 \row
111 \o \image macintosh-slider.png
112    The QSlider widget provides a vertical or horizontal slider.
113 \o \image macintosh-combobox.png
114    The QComboBox widget is a combined button and pop-up list.
115 \o \image macintosh-spinbox.png
116    The QSpinBox class provides a spin box widget.
117 \endtable
118
119 \table 100%
120 \row
121 \o \image macintosh-fontcombobox.png
122    The QFontComboBox widget is a specialized combobox that enables fonts to be selected from a pop-up list containing previews of available fonts.
123 \o \image macintosh-doublespinbox.png
124    The QDoubleSpinBox class provides a spin box widget that allows double precision floating point numbers to be entered.
125 \o \image macintosh-horizontalscrollbar.png
126    The QScrollBar widget provides a vertical or horizontal scroll bar. Here, we show a scroll bar with horizontal orientation.
127 \endtable
128
129 \table 100%
130 \row
131 \o \image macintosh-dial.png
132    The QDial class provides a rounded range control (like a speedometer or potentiometer).
133 \o \image macintosh-textedit.png
134    The QTextEdit class provides a widget that is used to edit and display both plain and rich text.
135 \o \image macintosh-calendarwidget.png
136    The QCalendarWidget class provides a monthly calendar widget that can be used to select dates.
137 \endtable
138 */