aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-03-22 14:26:07 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-03-22 14:56:39 +0000
commit748bcdf4f381096e8a8e4e24bfbaeb58fa68f733 (patch)
treeed1505cb41482eff48fc25b40dd0e1a34eb73493 /examples
parent726da89e771ab46646297e9f6494625cfc680215 (diff)
Doc: moved Gallery files to examples/controls/gallery
Change-Id: I5e15631a51fe01e2ff7ecc6ea4b464b3522b7882 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/controls/gallery/doc/images/qtquickcontrols-gallery-drawer.pngbin0 -> 17156 bytes
-rw-r--r--examples/controls/gallery/doc/images/qtquickcontrols-gallery-menu.pngbin0 -> 17209 bytes
-rw-r--r--examples/controls/gallery/doc/images/qtquickcontrols-gallery-welcome.pngbin0 -> 23502 bytes
-rw-r--r--examples/controls/gallery/doc/src/qtquickcontrols-gallery.qdoc61
4 files changed, 61 insertions, 0 deletions
diff --git a/examples/controls/gallery/doc/images/qtquickcontrols-gallery-drawer.png b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-drawer.png
new file mode 100644
index 00000000..57ec1026
--- /dev/null
+++ b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-drawer.png
Binary files differ
diff --git a/examples/controls/gallery/doc/images/qtquickcontrols-gallery-menu.png b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-menu.png
new file mode 100644
index 00000000..5b34264e
--- /dev/null
+++ b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-menu.png
Binary files differ
diff --git a/examples/controls/gallery/doc/images/qtquickcontrols-gallery-welcome.png b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-welcome.png
new file mode 100644
index 00000000..5c2bb682
--- /dev/null
+++ b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-welcome.png
Binary files differ
diff --git a/examples/controls/gallery/doc/src/qtquickcontrols-gallery.qdoc b/examples/controls/gallery/doc/src/qtquickcontrols-gallery.qdoc
new file mode 100644
index 00000000..2b667f63
--- /dev/null
+++ b/examples/controls/gallery/doc/src/qtquickcontrols-gallery.qdoc
@@ -0,0 +1,61 @@
+/****************************************************************************
+**
+** 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$
+**
+****************************************************************************/
+
+/*!
+ \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 qtquickcontrols-gallery-welcome.png
+ \caption Welcome Screen
+ \raw HTML
+ </td><td style="border:0px">
+ \endraw
+ \image qtquickcontrols-gallery-drawer.png
+ \caption Side Drawer
+ \raw HTML
+ </td><td style="border:0px">
+ \endraw
+ \image qtquickcontrols-gallery-menu.png
+ \caption Options Menu
+ \raw HTML
+ </td></tr>
+ </table></div>
+ \endraw
+
+ The gallery example is a simple application with a drawer menu that contains
+ all the \l {Qt Labs Controls}. Each menu item opens a page that shows the
+ graphical appearance of a control, allows you to interact with the control,
+ and explains in which circumstances it is handy to use this control.
+
+ \include examples-run.qdocinc
+*/