Qt Declarative (Quick 2)
Go to file
Jan Arve Sæther 8d061f5421 Do not crash in deferred execution of there is no context yet
Change-Id: Ib7ffbb263856f1ed97693eee10097f8cc2f8fb12
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2020-12-10 14:13:46 +01:00
coin CMake: Enable enforcing CI tests 2020-07-13 18:01:41 +02:00
dist Add Qt 6.0.0 changes file 2020-11-12 14:56:39 +02:00
examples Fix build of some examples on Windows 2020-12-10 10:54:58 +00:00
src Do not crash in deferred execution of there is no context yet 2020-12-10 14:13:46 +01:00
tests tst_splitview.qml: Fix organization name in settings 2020-12-10 11:14:14 +00:00
.cmake.conf Remove Qt Labs Calendar 2020-05-28 08:09:33 +02:00
.gitattributes
.gitignore Rename "Default" style to "Basic" 2020-09-24 13:48:49 +02:00
.prev_CMakeLists.txt Remove Qt Labs Calendar 2020-05-28 08:09:33 +02:00
.qmake.conf Remove QT_NO_LINKED_LIST 2020-02-05 19:55:58 +01:00
.tag
CMakeLists.txt CMake: Make Gui and some other packages optional 2020-11-10 14:44:58 +01:00
LICENSE.FDL
LICENSE.GPL2
LICENSE.GPL3
LICENSE.GPLv3
LICENSE.LGPL3
LICENSE.LGPLv3
README.md Change terminology to "look and feel" 2020-10-29 10:13:03 +01:00
configure.json
dependencies.yaml Update dependencies on 'dev' in qt/qtquickcontrols2 2020-12-10 13:27:40 +02:00
qtquickcontrols2.pro
sync.profile Register C++ types declaratively 2020-08-26 11:45:57 +02:00

README.md

Qt Quick Controls 2

Qt Quick Controls 2 Styles

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:

  • Default style - a simple and minimal all-round style that offers the maximum performance
  • Fusion style - a platform-agnostic style that offers a desktop-oriented look and feel
  • Imagine style - a designer-friendly style based on image assets
  • Material style - a style based on the Google Material Design Guidelines
  • Universal style - a style based on the Microsoft Universal Design Guidelines

More information can be found in the following blog posts:

Help

If you have problems or questions, don't hesitate to:

Installation

The MINIMUM REQUIREMENT for building this project is to use the same branch of Qt 5. The dependencies are qtbase 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.

Usage

Please refer to the Getting Started with Qt Quick Controls 2 documentation.