aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/qtquick-cpp.qdoc
blob: 4d8f7c2d10b757e3f3535f6024a5b333beb6f923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
  \module QtQuick
  \title Qt Quick C++ Classes
  \ingroup modules
  \qtcmakepackage Quick
  \qtvariable quick

  \brief The Qt Quick module provides classes for embedding Qt Quick
  in Qt/C++ applications.

  To include the definitions of the module's classes, use the
  following directive:

  \snippet code/doc_src_qtquick.cpp 0

  \if !defined(qtforpython)
  To link against the module, add this line to your \l qmake \c
  .pro file:

  \badcode
  QT += quick
  \endcode
  \endif

  For more information on the Qt Quick module, see the
  \l{Qt Quick} module documentation.
*/