Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtquicklayouts-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtquicklayouts-index.html
6 \title Qt Quick Layouts
7 \brief A module with a set of QML elements that arrange QML items in a user interface.
8
9 Qt Quick Layouts are a set of QML types used to arrange items in a user
10 interface. In contrast to \l{Item Positioners}{positioners}, Qt Quick
11 Layouts can also resize their child items. This makes them well suited for
12 resizable user interfaces.
13
14 Visit the \l{Qt Quick Layouts Overview} page to get started.
15
16 \section1 Using the Module
17
18 \include {module-use.qdocinc} {using the qml api} {QtQuick.Layouts}
19
20 \section1 Layouts
21
22 \annotatedlist layouts
23
24 \section1 Articles and Guides
25
26 \list
27 \li \l {Qt Quick Layouts Overview}
28 \li \l {Qt Quick Responsive Layouts}
29 \endlist
30
31 \section1 Examples
32
33 \list
34 \li \l {Qt Quick Layouts - Basic Example}
35 \li \l {Qt Quick Layouts - Responsive Layout Example}
36 \endlist
37
38 \section1 Reference
39
40 \list
41 \li \l {Qt Quick Layouts QML Types} {Qt Quick Layouts QML Types}
42 \endlist
43
44 \section1 Related Modules
45
46 \list
47 \li \l {Qt Quick}
48 \endlist
49
50 \section1 Licenses
51
52 Qt Quick Layouts is available under commercial licenses from \l{The Qt Company}.
53 In addition, it is available under free software licenses. Since Qt 5.4,
54 these free software licenses are
55 \l{GNU Lesser General Public License, version 3}, or
56 the \l{GNU General Public License, version 2}.
57 See \l{Qt Licensing} for further details.
58*/