summaryrefslogtreecommitdiffstats
path: root/doc/src/widgets-and-layouts/gallery.qdoc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-09-16 14:14:43 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-19 10:24:25 +0200
commitcd621c201ca637385c6e3409d5c84ecec5fb5418 (patch)
tree981b062e3bbc5c513498b18c10ad55f8252e8486 /doc/src/widgets-and-layouts/gallery.qdoc
parent20009ed797fb30952a889df5716aa2399102be58 (diff)
Move the module qdoc files from qtdoc and split up doc/src.
Change-Id: I7d992889379d78e07a0b7023facebd7421cf6d22 Reviewed-on: http://codereview.qt-project.org/5092 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'doc/src/widgets-and-layouts/gallery.qdoc')
-rw-r--r--doc/src/widgets-and-layouts/gallery.qdoc84
1 files changed, 0 insertions, 84 deletions
diff --git a/doc/src/widgets-and-layouts/gallery.qdoc b/doc/src/widgets-and-layouts/gallery.qdoc
deleted file mode 100644
index eb27ec97db..0000000000
--- a/doc/src/widgets-and-layouts/gallery.qdoc
+++ /dev/null
@@ -1,84 +0,0 @@
-/****************************************************************************
-**
-** 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
-*/