Qt Declarative (Quick 2)
Go to file
Mitch Curtis 85341c7c98 testbench: ensure that assets are reloaded properly
Clear the view's model, otherwise it will keep the old items around
with the old assets, even after clearing the pixmap cache.

Change-Id: If27400c0940448b337d1a4cd3ce0d6c99e2d9ddd
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
2017-09-26 11:27:06 +00:00
dist Add changes file for 5.9.1 2017-06-23 10:30:23 +00:00
examples Doc: Edit language 2017-09-07 16:49:08 +00:00
src Default: make separators use palettes 2017-09-26 07:39:02 +00:00
tests testbench: ensure that assets are reloaded properly 2017-09-26 11:27:06 +00:00
.gitattributes Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
.gitignore Update .gitignore 2017-09-21 13:34:01 +00:00
.qmake.conf Bump version 2017-06-30 09:52:32 +02:00
.tag Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
LICENSE.FDL Add LICENSE.FDL for docs 2015-03-18 16:26:12 +02:00
LICENSE.GPLv3 Welcome to 2017 2017-01-09 17:29:40 +00:00
LICENSE.LGPLv3 Welcome to 2017 2017-01-09 17:29:40 +00:00
README.md Add an own copy of RectangularGlow, with OpenGL core and D3D12 as well 2016-07-14 05:47:27 +00:00
configure.json Make styles configurable features 2017-02-06 11:32:21 +00:00
qtquickcontrols2.pro Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
sync.profile Merge remote-tracking branch 'origin/5.6' into 5.7 2016-11-24 19:46:00 +01:00

README.md

Qt Quick Controls 2

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
  • 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, 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.

Usage

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