Qt Declarative (Quick 2)
Go to file
Mitch Curtis a0d44a1653 Rename Qt Labs Controls to Qt Quick Controls 2 - build system
The imports will be done later, as we don't want to change them until
the module is releasable (which requires things like selection handles,
etc.).

Change-Id: I2140cff7058fc3b696e92ca8c0e5e06dca9a7c9c
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
2016-03-18 11:51:12 +00:00
examples Rename Qt Labs Controls to Qt Quick Controls 2 - build system 2016-03-18 11:51:12 +00:00
src Rename Qt Labs Controls to Qt Quick Controls 2 - build system 2016-03-18 11:51:12 +00:00
tests Rename Qt Labs Controls to Qt Quick Controls 2 - build system 2016-03-18 11:51:12 +00:00
.gitattributes Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
.gitignore Turn libQtLabsControls to a public C++ library 2016-03-16 12:06:09 +00:00
.qmake.conf Update MODULE_VERSION in .qmake.conf 2016-01-27 12:56:29 +00: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 Add the GPLv3 license text 2015-09-18 13:58:41 +02:00
LICENSE.LGPLv3 Add the GPLv3 license text 2015-09-18 13:58:41 +02:00
README.md Update README.md 2016-01-30 11:50:41 +00:00
qtquickcontrols2.pro Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
sync.profile Rename Qt Labs Controls to Qt Quick Controls 2 - build system 2016-03-18 11:51:12 +00:00

README.md

Qt Labs Controls

The Qt Labs Controls module is a technology preview of the next generation user interface controls based on Qt Quick. In comparison to the desktop- oriented Qt Quick Controls 1, the experimental Qt Labs Controls are an order of magnitude simpler, lighter and faster, and are primarily targeting embedded and mobile platforms.

Qt Labs Controls are based on a flexible template system that enables rapid development of entire custom styles and user experiences. Qt Labs Controls 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. Other optional dependencies include qtgraphicaleffects for the Material style and qtquickcontrols for the Qt Quick Layouts.

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 Labs Controls" documentation.