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-qmltypes.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 \qmlmodule QtQuick.Layouts
6 \title Qt Quick Layouts QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for arranging QML items in a user interface.
9
10 The \l{Qt Quick Layouts} module provides QML types for arranging
11 QML items in a user interface.
12 These QML types work in conjunction with \l{Qt Quick} and
13 \l{Qt Quick Controls}.
14
15 The QML types can be imported into your application using the
16 following import statement in your .qml file.
17
18 \qml
19 import QtQuick.Layouts
20 \endqml
21
22*/