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
qtquicktest-qmltypes.qdoc
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule QtTest
6 \title Qt Quick Test QML Types
7 \brief Provides QML types to unit test your QML application.
8 \ingroup qmlmodules
9
10 You can import this module using the following statement:
11
12 \qml
13 import QtTest
14 \endqml
15
16 \section1 QML Types
17 \generatelist {qmltypesbymodule QtTest}
18 \noautolist
19
20 For more information about how to use these types, see
21 \l{Qt Quick Test}.
22*/