Qt Quick Controls C++ Classes

Provides classes for setting up the controls from C++. More...

Classes

QQuickStyle

Allows configuring the application style

Detailed Description

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

 #include <QtQuickControls2>

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:

 QT += quickcontrols2