aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-15 18:16:01 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-19 16:52:53 +0000
commita7fafb16931792be3d57ee41b1afc46a1350c5f8 (patch)
treec8542151302c3523b7867c612ef3f612a95e01c6 /src/imports/controls/doc
parent3ab62aed45e32120ba10ec972b92b5dcc79e527d (diff)
Docs: Containers group
Change-Id: I5eb80f21edb50413b33a96b934466964e56462aa Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/doc')
-rw-r--r--src/imports/controls/doc/images/qtlabscontrols-applicationwindow-wireframe.pngbin0 -> 5283 bytes
-rw-r--r--src/imports/controls/doc/images/qtlabscontrols-frame.pngbin0 -> 5301 bytes
-rw-r--r--src/imports/controls/doc/images/qtlabscontrols-groupbox.pngbin0 -> 7669 bytes
-rw-r--r--src/imports/controls/doc/images/qtlabscontrols-toolbar.pngbin0 -> 4073 bytes
-rw-r--r--src/imports/controls/doc/src/qtlabscontrols-containers.qdoc87
5 files changed, 87 insertions, 0 deletions
diff --git a/src/imports/controls/doc/images/qtlabscontrols-applicationwindow-wireframe.png b/src/imports/controls/doc/images/qtlabscontrols-applicationwindow-wireframe.png
new file mode 100644
index 00000000..d45ae400
--- /dev/null
+++ b/src/imports/controls/doc/images/qtlabscontrols-applicationwindow-wireframe.png
Binary files differ
diff --git a/src/imports/controls/doc/images/qtlabscontrols-frame.png b/src/imports/controls/doc/images/qtlabscontrols-frame.png
new file mode 100644
index 00000000..b844781c
--- /dev/null
+++ b/src/imports/controls/doc/images/qtlabscontrols-frame.png
Binary files differ
diff --git a/src/imports/controls/doc/images/qtlabscontrols-groupbox.png b/src/imports/controls/doc/images/qtlabscontrols-groupbox.png
new file mode 100644
index 00000000..511f2ffd
--- /dev/null
+++ b/src/imports/controls/doc/images/qtlabscontrols-groupbox.png
Binary files differ
diff --git a/src/imports/controls/doc/images/qtlabscontrols-toolbar.png b/src/imports/controls/doc/images/qtlabscontrols-toolbar.png
new file mode 100644
index 00000000..ee535b1a
--- /dev/null
+++ b/src/imports/controls/doc/images/qtlabscontrols-toolbar.png
Binary files differ
diff --git a/src/imports/controls/doc/src/qtlabscontrols-containers.qdoc b/src/imports/controls/doc/src/qtlabscontrols-containers.qdoc
new file mode 100644
index 00000000..30fa618f
--- /dev/null
+++ b/src/imports/controls/doc/src/qtlabscontrols-containers.qdoc
@@ -0,0 +1,87 @@
+/****************************************************************************
+**
+** 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$
+**
+****************************************************************************/
+
+/*!
+ \page qtlabscontrols-containers.html
+ \title Containers
+
+ Qt Labs Controls offers a selection of container-like controls.
+
+ \annotatedlist qtlabscontrols-containers
+
+ Each type of container can be used to group a set of controls together.
+ The following sections offer guidelines for choosing the appropriate type
+ of container, depending on the use case.
+
+ \section1 ApplicationWindow
+
+ \image qtlabscontrols-applicationwindow-wireframe.png
+
+ \l {Qt.labs.controls::ApplicationWindow}{ApplicationWindow} contains
+ optional header and footer items.
+
+ \section1 Frame
+
+ \image qtlabscontrols-frame.png
+
+ \l {Qt.labs.controls::Frame}{Frame} is used to layout a logical group of
+ controls together, within a visual frame.
+
+ \section1 GroupBox
+
+ \image qtlabscontrols-groupbox.png
+
+ \l {Qt.labs.controls::GroupBox}{GroupBox} is used to layout a logical
+ group of controls together, within a titled visual frame.
+
+ \section1 StackView
+
+ \image qtlabscontrols-stackview-wireframe.png
+
+ \l {Qt.labs.controls::StackView}{StackView} organizes content pages into
+ a stack.
+
+ \section1 SwipeView
+
+ \image qtlabscontrols-swipeview-wireframe.png
+
+ \l {Qt.labs.controls::SwipeView}{SwipeView} organizes content pages into
+ a swipable strip.
+
+ \section1 TabBar
+
+ \image qtlabscontrols-tabbar-wireframe.png
+
+ \l {Qt.labs.controls::TabBar}{TabBar} organizes content pages into tabs.
+
+ \section1 ToolBar
+
+ \image qtlabscontrols-toolbar.png
+
+ \l {Qt.labs.controls::ToolBar}{ToolBar} is a container of application-wide
+ and context-sensitive actions and controls.
+*/