From 748bcdf4f381096e8a8e4e24bfbaeb58fa68f733 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 22 Mar 2016 14:26:07 +0100 Subject: Doc: moved Gallery files to examples/controls/gallery Change-Id: I5e15631a51fe01e2ff7ecc6ea4b464b3522b7882 Reviewed-by: J-P Nurmi --- .../doc/images/qtquickcontrols-gallery-drawer.png | Bin 0 -> 17156 bytes .../doc/images/qtquickcontrols-gallery-menu.png | Bin 0 -> 17209 bytes .../doc/images/qtquickcontrols-gallery-welcome.png | Bin 0 -> 23502 bytes .../gallery/doc/src/qtquickcontrols-gallery.qdoc | 61 +++++++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 examples/controls/gallery/doc/images/qtquickcontrols-gallery-drawer.png create mode 100644 examples/controls/gallery/doc/images/qtquickcontrols-gallery-menu.png create mode 100644 examples/controls/gallery/doc/images/qtquickcontrols-gallery-welcome.png create mode 100644 examples/controls/gallery/doc/src/qtquickcontrols-gallery.qdoc (limited to 'examples') 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 Binary files /dev/null and b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-drawer.png 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 Binary files /dev/null and b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-menu.png 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 Binary files /dev/null and b/examples/controls/gallery/doc/images/qtquickcontrols-gallery-welcome.png 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 +
+ +
+ \endraw + \image qtquickcontrols-gallery-welcome.png + \caption Welcome Screen + \raw HTML + + \endraw + \image qtquickcontrols-gallery-drawer.png + \caption Side Drawer + \raw HTML + + \endraw + \image qtquickcontrols-gallery-menu.png + \caption Options Menu + \raw HTML +
+ \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 +*/ -- cgit v1.2.3