aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/doc/src/qtqmlcore-qmltypes.qdoc
blob: 9136d5e0af4e9a69fd085e02e92baef6201ef2c7 (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
29
30
31
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule QtCore
    \title Qt QML Core QML Types
    \ingroup qmlmodules
    \brief Provides core system functionality in QML.

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

    The QML types can be imported into your application using the
    following import statement in your .qml file:

    \qml
    import QtCore
    \endqml

    \section1 QML Types

    \generatelist {qmltypesbymodule QtCore}

    \section1 Related Information

    \list
        \li \l {Qt Core}
        \li \l {Qt QML QML Types}{Base QML Types}
    \endlist

    \noautolist
*/