summaryrefslogtreecommitdiffstats
path: root/doc/src/widgets-and-layouts/gallery.qdoc
blob: eb27ec97dbd37f3eb27f8fc351a2dbe54a723630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** GNU Free Documentation License
** 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.
**
** Other Usage
** Alternatively, this file may be used in accordance with the terms
** and conditions contained in a signed written agreement between you
** and Nokia.
**
**
**
**
** $QT_END_LICENSE$
**
****************************************************************************/

/*!
  \group gallery
  \title Qt Widget Gallery
  \brief Qt widgets shown in different styles on various platforms.

  Qt's support for widget styles and themes enables your application to fit in
  with the native desktop enviroment. Below, you can find links to the various
  widget styles that are supplied with Qt 4.

  \table
  \row
  \o \image plastique-tabwidget.png Plastique Style Widget Gallery
  \caption \l{Plastique Style Widget Gallery}

  The Plastique style is provided by QPlastiqueStyle.
  \o \image windowsxp-tabwidget.png Windows XP Style Widget Gallery
  \caption \l{Windows XP Style Widget Gallery}

  The Windows XP style is provided by QWindowsXPStyle.
  \o \image windows-tabwidget.png Windows Style Widget Gallery
  \caption \l{Windows Style Widget Gallery}

  The Windows style is provided by QWindowsStyle.
  \endtable

  \table
  \row
  \o \image macintosh-tabwidget.png Macintosh Style Widget Gallery
  \caption \l{Macintosh Style Widget Gallery}

  The Macintosh style is provided by QMacStyle.
  \o \image cleanlooks-tabwidget.png Cleanlooks Style Widget Gallery
  \caption \l{Cleanlooks Style Widget Gallery}

  The Cleanlooks style is provided by QCleanlooksStyle.
  \o \image windowsvista-tabwidget.png Windows Vista Style Widget Gallery
  \caption \l{Windows Vista Style Widget Gallery}

  The Windows Vista style is provided by QWindowsVistaStyle.
  \endtable

  \table
  \row
  \o \image gtk-tabwidget.png GTK Style Widget Gallery
  \caption \l{GTK Style Widget Gallery}

  The GTK style is provided by QGtkStyle.
  \o \image motif-tabwidget.png Motif Style Widget Gallery
  \caption \l{Motif Style Widget Gallery}

  The Motif style is provided by QMotifStyle.
  \o \image cde-tabwidget.png CDE Style Widget Gallery
  \caption \l{CDE Style Widget Gallery}

  The Common Desktop Environment style is provided by QCDEStyle.
  \endtable
*/