aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/doc/src/qtqmlcore.qdoc
blob: 2c8b0ef8b19f1c32d486cc087db9f2a2ecb3e701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page qtqmlcore-index.html
    \title Qt QML Core

    \brief The Qt QML Core module provides core system functionality in QML.

    \section1 Application Permissions

    The module exposes the Qt C++ \l [QtCore] {Application Permissions}
    functionality to QML via a set of permission types that
    can be used to check or request permission in a cross
    platform manner. See \l{QML Application Permissions}
    for more details.

    \section1 QML Types

    \generatelist {qmltypesbymodule QtCore}

    \section1 Related Information

    \list
      \li \l{Qt Core}
      \li \l{Qt Qml}
    \endlist
*/