aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/doc/src/qtquicktest-qmltypes.qdoc
blob: efc18c0aa3c65d31219fefc726fdb847e078b090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule QtTest
    \title Qt Quick Test QML Types
    \brief Provides QML types to unit test your QML application.
    \ingroup qmlmodules

    You can import this module using the following statement:

    \qml
    import QtTest
    \endqml

    \section1 QML Types
    \generatelist {qmltypesbymodule QtTest}
    \noautolist

    For more information about how to use these types, see
    \l{Qt Quick Test}.
*/