aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/qtlabscontrols-examples.qdoc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-22 21:33:02 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-23 20:01:31 +0000
commit178c0ef8a865bc48192c125835df4305f9d70bf5 (patch)
treebc08e9cb6197eda91caf3adc35e703e0e58a246f /src/imports/controls/doc/src/qtlabscontrols-examples.qdoc
parentbc889a1622ffefcb617f0f0f85d1245b1acacec9 (diff)
Doc: Gallery
Change-Id: If8ec0bfef5db602472c54745102d6d20b61e5e47 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/doc/src/qtlabscontrols-examples.qdoc')
-rw-r--r--src/imports/controls/doc/src/qtlabscontrols-examples.qdoc68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/imports/controls/doc/src/qtlabscontrols-examples.qdoc b/src/imports/controls/doc/src/qtlabscontrols-examples.qdoc
new file mode 100644
index 00000000..04aabcfa
--- /dev/null
+++ b/src/imports/controls/doc/src/qtlabscontrols-examples.qdoc
@@ -0,0 +1,68 @@
+/****************************************************************************
+**
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** 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 The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/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$
+**
+****************************************************************************/
+
+/*!
+ \group qtlabscontrols-examples
+ \ingroup all-examples
+ \title Qt Labs Controls Examples
+ \brief A collection of examples for \l {Qt Labs Controls}
+
+ These examples demonstrate creating user interfaces using \l {Qt Labs Controls}.
+*/
+
+/*!
+ \example gallery
+ \title Qt Labs Controls - Gallery
+ \ingroup qtlabscontrols-examples
+ \brief A gallery of controls
+
+ \raw HTML
+ <div class="table"><table style="background:transparent; border:0px">
+ <tr><td style="border:0px">
+ \endraw
+ \image qtlabscontrols-gallery-welcome.png
+ \caption Welcome Screen
+ \raw HTML
+ </td><td style="border:0px">
+ \endraw
+ \image qtlabscontrols-gallery-drawer.png
+ \caption Side Drawer
+ \raw HTML
+ </td><td style="border:0px">
+ \endraw
+ \image qtlabscontrols-gallery-menu.png
+ \caption Options Menu
+ \raw HTML
+ </td></tr>
+ </table></div>
+ \endraw
+
+ This example project demonstrates the various UI controls provided by
+ \l {Qt Labs Controls}.
+
+ \include examples-run.qdocinc
+*/