source: trunk/doc/src/gallery.qdoc@ 342

Last change on this file since 342 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 4.3 KB
Line 
1/****************************************************************************
2**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information ([email protected])
5**
6** This file is part of the documentation of the Qt Toolkit.
7**
8** $QT_BEGIN_LICENSE:LGPL$
9** Commercial Usage
10** Licensees holding valid Qt Commercial licenses may use this file in
11** accordance with the Qt Commercial License Agreement provided with the
12** Software or, alternatively, in accordance with the terms contained in
13** a written agreement between you and Nokia.
14**
15** GNU Lesser General Public License Usage
16** Alternatively, this file may be used under the terms of the GNU Lesser
17** General Public License version 2.1 as published by the Free Software
18** Foundation and appearing in the file LICENSE.LGPL included in the
19** packaging of this file. Please review the following information to
20** ensure the GNU Lesser General Public License version 2.1 requirements
21** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
22**
23** In addition, as a special exception, Nokia gives you certain
24** additional rights. These rights are described in the Nokia Qt LGPL
25** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
26** package.
27**
28** GNU General Public License Usage
29** Alternatively, this file may be used under the terms of the GNU
30** General Public License version 3.0 as published by the Free Software
31** Foundation and appearing in the file LICENSE.GPL included in the
32** packaging of this file. Please review the following information to
33** ensure the GNU General Public License version 3.0 requirements will be
34** met: http://www.gnu.org/copyleft/gpl.html.
35**
36** If you are unsure which license is appropriate for your use, please
37** contact the sales department at [email protected].
38** $QT_END_LICENSE$
39**
40****************************************************************************/
41
42/*!
43 \group gallery
44 \title Qt Widget Gallery
45 \ingroup topics
46 \brief Qt widgets shown in different styles on various platforms.
47
48 Qt's support for widget styles and themes enables your application to fit in
49 with the native desktop enviroment. Below, you can find links to the various
50 widget styles that are supplied with Qt 4.
51
52 \raw HTML
53 <table align="center" cellspacing="20%" width="100%">
54 <colgroup span="2">
55 <col width="40%" />
56 <col width="40%" />
57 </colgroup>
58 <tr>
59 <td align="center">
60 \endraw
61 \image plastique-tabwidget.png Plastique Style Widget Gallery
62
63 \bold{\l{Plastique Style Widget Gallery}}
64
65 The Plastique style is provided by QPlastiqueStyle.
66 \raw HTML
67 </td>
68 <td align="center">
69 \endraw
70 \image windowsxp-tabwidget.png Windows XP Style Widget Gallery
71
72 \bold{\l{Windows XP Style Widget Gallery}}
73
74 The Windows XP style is provided by QWindowsXPStyle.
75 \raw HTML
76 </td>
77 </tr>
78 <tr>
79 <td align="center">
80 \endraw
81 \image gtk-tabwidget.png GTK Style Widget Gallery
82
83 \bold{\l{GTK Style Widget Gallery}}
84
85 The GTK style is provided by QGtkStyle.
86 \raw HTML
87 </td>
88 <td align="center">
89 \endraw
90 \image macintosh-tabwidget.png Macintosh Style Widget Gallery
91
92 \bold{\l{Macintosh Style Widget Gallery}}
93
94 The Macintosh style is provided by QMacStyle.
95 \raw HTML
96 </td>
97 </tr>
98 <tr>
99 <td align="center">
100 \endraw
101 \image cleanlooks-tabwidget.png Cleanlooks Style Widget Gallery
102
103 \bold{\l{Cleanlooks Style Widget Gallery}}
104
105 The Cleanlooks style is provided by QCleanlooksStyle.
106 \raw HTML
107 </td>
108 <td align="center">
109 \endraw
110 \image windowsvista-tabwidget.png Windows Vista Style Widget Gallery
111
112 \bold{\l{Windows Vista Style Widget Gallery}}
113
114 The Windows Vista style is provided by QWindowsVistaStyle.
115 \raw HTML
116 </td>
117 </tr>
118 <tr>
119 <td align="center">
120 \endraw
121 \image motif-tabwidget.png Motif Style Widget Gallery
122
123 \bold{\l{Motif Style Widget Gallery}}
124
125 The Motif style is provided by QMotifStyle.
126 \raw HTML
127 </td>
128 <td align="center">
129 \endraw
130 \image windows-tabwidget.png Windows Style Widget Gallery
131
132 \bold{\l{Windows Style Widget Gallery}}
133
134 The Windows style is provided by QWindowsStyle.
135 \raw HTML
136 </td>
137 </tr>
138 <tr>
139 <td align="center">
140 \endraw
141 \image cde-tabwidget.png CDE Style Widget Gallery
142
143 \bold{\l{CDE Style Widget Gallery}}
144
145 The Common Desktop Environment style is provided by QCDEStyle.
146 \raw HTML
147 </td>
148 </tr>
149 </table>
150 \endraw
151*/
Note: See TracBrowser for help on using the repository browser.