Qt Quick Controls C++ Classes▲
Provides classes for setting up the controls from C++.
Classes▲
-
QQuickStyle: The QQuickStyle class allows configuring the application style.
Detailed Description▲
The C++ types can be included into your application using the following include statement:
#include <QtQuickControls2>
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
The Qt Quick Controls page contains information about how to use the module.