Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtqmlcore.qdoc
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtqmlcore-index.html
6 \title Qt Qml Core
7
8 \brief The Qt Qml Core module provides core system functionality in QML.
9
10 \section1 Application Permissions
11
12 The module exposes the Qt C++ \l [QtCore] {Application Permissions}
13 functionality to QML via a set of permission types that
14 can be used to check or request permission in a cross
15 platform manner. See \l{QML Application Permissions}
16 for more details.
17
18 \section1 QML Types
19
20 \generatelist {qmltypesbymodule QtCore}
21
22 \section1 Licenses
23
24 Qt Qml Core is available under commercial licenses from \l{The Qt Company}.
25 In addition, it is available under the
26 \l{GNU Lesser General Public License, version 3}, or
27 the \l{GNU General Public License, version 2}.
28 See \l{Qt Licensing} for further details.
29
30 \section1 Related Information
31
32 \list
33 \li \l{Qt Core}
34 \li \l{Qt Qml}
35 \endlist
36*/