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
qtquickcontrols-cppclasses.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtQuickControls2
6 \keyword Qt Quick Controls C++ Classes
7 \title Qt Quick Controls C++ Classes
8 \keyword Qt Quick Controls 2 C++ Classes
9 \ingroup modules
10 \qtcmakepackage QuickControls2
11 \qtvariable quickcontrols2
12
13 \brief Provides classes for setting up the controls from C++.
14
15 The C++ types can be included into your application using the following
16 include statement:
17
18 \code
19 #include <QtQuickControls2>
20 \endcode
21
22 \note If you are using a few classes from this module, we recommend including
23 those specific classes only instead of the module.
24
25 To link against the corresponding C++ libraries, add the following to your
26 qmake project file:
27
28 \code
29 QT += quickcontrols2
30 \endcode
31
32 The \l{Qt Quick Controls} page contains information about how to use the
33 module.
34*/