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
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 Related Information
23
24 \list
25 \li \l{Qt Core}
26 \li \l{Qt Qml}
27 \endlist
28*/