aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/src/qtquickcontrols-cppclasses.qdoc
blob: 10ae30a689dca3292f649e3ba45b1f7cf943bb24 (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
30
31
32
33
34
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \module QtQuickControls2
    \keyword Qt Quick Controls C++ Classes
    \title Qt Quick Controls C++ Classes
    \keyword Qt Quick Controls 2 C++ Classes
    \ingroup modules
    \qtcmakepackage QuickControls2
    \qtvariable quickcontrols2

    \brief Provides classes for setting up the controls from C++.

    The C++ types can be included into your application using the following
    include statement:

    \code
    #include <QtQuickControls2>
    \endcode

    \note If you are using a few classes from this module, we recommend including
    those specific classes only instead of the module.

    To link against the corresponding C++ libraries, add the following to your
    qmake project file:

    \code
    QT += quickcontrols2
    \endcode

    The \l{Qt Quick Controls} page contains information about how to use the
    module.
*/