Qt Declarative (Quick 2)
Go to file
Mitch Curtis 2baab6ba9a Move dist files into dist/archived/qtquickcontrols2
In preparation for merging qtquickcontrols2 into qtdeclarative.

Any future change logs for controls can use the same change file as
declarative.

Task-number: QTBUG-95173
Change-Id: Icf08e5f9c9dd5b88672db1defc54f47fe630bf66
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-07-22 09:56:41 +02:00
coin CMake: Enable enforcing CI tests 2020-07-13 18:01:41 +02:00
dist/archived/qtquickcontrols2 Move dist files into dist/archived/qtquickcontrols2 2021-07-22 09:56:41 +02:00
examples Use fixed qt_add_resource BASE argument 2021-05-22 21:12:26 +02:00
src SplitView: document how to change handle touch area size 2021-07-19 13:07:38 +02:00
tests gifs manual test: use cmake qt_internal_add_manual_test 2021-07-20 12:47:06 +02:00
.cmake.conf Bump version 2021-02-18 07:21:03 +02:00
.gitattributes Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
.gitignore Ignore CMakeLists.txt.user files 2020-12-11 14:23:11 +01:00
.qmake.conf Bump version 2021-02-18 07:21:03 +02:00
.tag Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
CMakeLists.txt Remove unneeded CMake variable assignments 2021-06-14 10:33:24 +02:00
LICENSE.FDL Add LICENSE.FDL for docs 2015-03-18 16:26:12 +02:00
LICENSE.GPL2 Fix license headers 2017-12-22 08:05:01 +00:00
LICENSE.GPL3 Fix license headers 2017-12-22 08:05:01 +00:00
LICENSE.GPLv3 Welcome to 2017 2017-01-09 17:29:40 +00:00
LICENSE.LGPL3 Fix license headers 2017-12-22 08:05:01 +00:00
LICENSE.LGPLv3 Welcome to 2017 2017-01-09 17:29:40 +00:00
README.md Update README.md to inform about the macOS and Windows styles 2021-07-09 09:48:42 +02:00
configure.cmake CMake: Add missing qt_cmdline.cmake files 2021-04-16 11:03:59 +02:00
dependencies.yaml Update dependencies on 'dev' in qt/qtquickcontrols2 2021-07-22 09:06:12 +03:00
qt_cmdline.cmake CMake: Add missing qt_cmdline.cmake files 2021-04-16 11:03:59 +02:00
sync.profile Add QtQuick.Dialogs 2021-05-27 17:34:11 +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
  • Windows style - a style that looks native on Windows
  • macOS style - a style that looks native on macOS

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.