summaryrefslogtreecommitdiff
path: root/src/layouts/doc/src/qtquicklayouts-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/doc/src/qtquicklayouts-index.qdoc')
-rw-r--r--src/layouts/doc/src/qtquicklayouts-index.qdoc26
1 files changed, 16 insertions, 10 deletions
diff --git a/src/layouts/doc/src/qtquicklayouts-index.qdoc b/src/layouts/doc/src/qtquicklayouts-index.qdoc
index 433de433..58d7fb8c 100644
--- a/src/layouts/doc/src/qtquicklayouts-index.qdoc
+++ b/src/layouts/doc/src/qtquicklayouts-index.qdoc
@@ -28,23 +28,29 @@
/*!
\page qtquicklayouts-index.html
\title Qt Quick Layouts
- \ingroup qmlmodules
- \brief A module with a set of QML elements that arranges QML items in an user interface.
+ \brief A module with a set of QML elements that arrange QML items in a user interface.
- \section1 Getting started
+ 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.
- The QML types can be imported into your application using the following import statement in your \c {.qml} file.
+ The module is new in Qt 5.1 and requires \l{Qt Quick} 2.1.
- \code
- import QtQuick.Layouts 1.0
- \endcode
+ Visit the \l{Qt Quick Layouts Overview} page to get started.
\section1 Layouts
- Layouts are items that are used to arrange items in the user interface. The layout is dynamic -
- when the layout changes geometry it will typically influence the arrangement of its child
- items. Since a layout is an item, layouts can consequently be nested.
\annotatedlist layouts
+ \section1 Related information
+
+ \list
+ \li \l{Qt Quick}
+ \li \l{Qt Quick Controls}
+ \li \l{Qt Quick Layouts Overview}
+ \li \l{Qt Quick Controls - Basic Layouts Example}
+ \li \l{Qt Quick Layouts QML Types}{Qt Quick Layouts QML Types}
+ \endlist
*/