The Qt Quick Controls 2 module delivers the next generation user interface controls based on Qt Quick. In comparison to the desktop-oriented Qt Quick Controls 1, Qt Quick Controls 2 are an order of magnitude simpler, lighter and faster, and are primarily targeted towards embedded and mobile platforms.
Qt Quick Controls 2 are based on a flexible template system that enables rapid development of entire custom styles and user experiences. Qt Quick Controls 2 comes with a selection of built-in styles:
More information can be found in the following blog posts:
If you have problems or questions, don't hesitate to:
The MINIMUM REQUIREMENT for building this project is to use the same branch of Qt 5. The dependencies are qtbase, qtxmlpatterns and qtdeclarative.
To install the controls into your Qt directory (QTDIR/qml
):
qmake make make install
If you are compiling against a system Qt on Linux, you might have to use sudo make install
to install the project.
Please refer to the Getting Started with Qt Quick Controls 2 documentation.