Qt Declarative (Quick 2)
Go to file
J-P Nurmi eebd3759a7 QML Designer: add a bunch of missing controls and properties
Change-Id: I29e286b9df08fc531f053158da379c5d6898bada
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
2016-01-28 09:29:47 +00:00
examples Add Popup::closePolicy 2016-01-28 09:29:22 +00:00
src QML Designer: add a bunch of missing controls and properties 2016-01-28 09:29:47 +00:00
tests AbstractButton: remove the mouse params from signals 2016-01-28 09:29:39 +00:00
.gitattributes Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
.gitignore Add Popup::closePolicy 2016-01-28 09:29:22 +00:00
.qmake.conf .qmake.conf: set QQC2_SOURCE_TREE 2015-10-24 10:02:49 +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 Add some content to README.md 2016-01-25 16:34:06 +00:00
qtquickcontrols2.pro Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
sync.profile Add dependency to qtgraphicaleffects to sync.profile 2015-11-27 11:37:17 +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.

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 are 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.