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-cppapi.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 \module QtQuickTest
6 \keyword Qt Quick Test C++ API
7 \title Qt Quick Test C++ API
8 \ingroup modules
9
10 \brief Provides macros and functions for tests.
11
12 The C++ macros and functions can be included into your application using
13 the following include statement:
14
15 \snippet src_qmltest_qquicktest_snippet.cpp 0
16
17 \sa {Executing C++ Before QML Tests}
18*/