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
qtquick-cpp.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3/*!
4 \module QtQuick
5 \title Qt Quick C++ Classes
6 \ingroup modules
7 \qtcmakepackage Quick
8 \qtvariable quick
9
10 \brief The Qt Quick module provides classes for embedding Qt Quick
11 in Qt/C++ applications.
12
13 \if !defined(qtforpython)
14 To link against the module, add this line to your \l qmake \c
15 .pro file:
16
17 \badcode
18 QT += quick
19 \endcode
20 \endif
21
22 For more information on the Qt Quick module, see the
23 \l{Qt Quick} module documentation.
24*/