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-qmltypes.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 \qmlmodule QtCore
6 \title Qt QML Core QML Types
7 \ingroup qmlmodules
8 \brief Provides core system functionality in QML.
9
10 The Qt QML Core module provides core system functionality in QML.
11
12 The QML types can be imported into your application using the
13 following import statement in your .qml file:
14
15 \qml
16 import QtCore
17 \endqml
18
19 \section1 QML Types
20
21 \generatelist {qmltypesbymodule QtCore}
22
23 \section1 Related Information
24
25 \list
26 \li \l {Qt Core}
27 \li \l {Qt QML QML Types}{Base QML Types}
28 \endlist
29
30 \noautolist
31*/