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.qdoc11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc b/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
index a45ed4b45c..15b8394ebf 100644
--- a/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
+++ b/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
@@ -35,10 +35,17 @@
them well suited for resizable user interfaces. Since layouts are items they can consequently
be nested.
- The module is new in Qt 5.1 and requires \l{Qt Quick} 2.1.
-
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.
+
+ \qml
+ import QtQuick.Layouts
+ \endqml
+
\section1 Licenses
Qt Quick Layouts is available under commercial licenses from \l{The Qt Company}.