aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc')
-rw-r--r--src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc84
1 files changed, 36 insertions, 48 deletions
diff --git a/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc b/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
index 15b8394ebf..908a82fdcb 100644
--- a/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
+++ b/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
@@ -1,50 +1,51 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://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 https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://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: https://www.gnu.org/licenses/fdl-1.3.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qtquicklayouts-index.html
\title Qt Quick Layouts
\brief A module with a set of QML elements that arrange QML items in a user interface.
- Qt Quick Layouts are a set of QML types used to arrange items in a user interface. In contrast
- to \l{Item Positioners}{positioners}, Qt Quick Layouts can also resize their items. This makes
- them well suited for resizable user interfaces. Since layouts are items they can consequently
- be nested.
+ Qt Quick Layouts are a set of QML types used to arrange items in a user
+ interface. In contrast to \l{Item Positioners}{positioners}, Qt Quick
+ Layouts can also resize their child items. This makes them well suited for
+ resizable user interfaces.
Visit the \l{Qt Quick Layouts Overview} page to get started.
\section1 Using the Module
- The QML types can be imported into your application by adding the following
- import statement in your \c {.qml} file.
+ \include {module-use.qdocinc} {using the qml api} {QtQuick.Layouts}
- \qml
- import QtQuick.Layouts
- \endqml
+ \section1 Layouts
+
+ \annotatedlist layouts
+
+ \section1 Articles and Guides
+
+ \list
+ \li \l {Qt Quick Layouts Overview}
+ \li \l {Qt Quick Responsive Layouts}
+ \endlist
+
+ \section1 Examples
+
+ \list
+ \li \l {Qt Quick Layouts - Basic Example}
+ \li \l {Qt Quick Layouts - Responsive Layout Example}
+ \endlist
+
+ \section1 Reference
+
+ \list
+ \li \l {Qt Quick Layouts QML Types} {Qt Quick Layouts QML Types}
+ \endlist
+
+ \section1 Related Modules
+
+ \list
+ \li \l {Qt Quick}
+ \endlist
\section1 Licenses
@@ -54,17 +55,4 @@
\l{GNU Lesser General Public License, version 3}, or
the \l{GNU General Public License, version 2}.
See \l{Qt Licensing} for further details.
-
- \section1 Layouts
-
- \annotatedlist layouts
-
- \section1 Related Information
-
- \list
- \li \l{Qt Quick}
- \li \l{Qt Quick Layouts Overview}
- \li \l{Qt Quick Layouts - Basic Example}
- \li \l{Qt Quick Layouts QML Types}{Qt Quick Layouts QML Types}
- \endlist
*/