Qt Declarative (Quick 2)
Go to file
J-P Nurmi 449a655fd7 Fix attached ToolTip properties
The attached properties should apply to the shared/global tooltip
instance only when the shared tooltip is visible for the attachee
item.

Task-number: QTBUG-55347
Change-Id: Ia822f2d1de62d2d6dfb28519817edce674d8c2b8
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2016-08-19 14:39:39 +00:00
examples Example: Made the SpinBox editable 2016-08-02 12:16:20 +00:00
src Fix attached ToolTip properties 2016-08-19 14:39:39 +00:00
tests Fix attached ToolTip properties 2016-08-19 14:39:39 +00:00
.gitattributes Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
.gitignore Replace tst_styles with tst_material & tst_universal 2016-06-14 14:52:32 +00:00
.qmake.conf Bump version 2016-07-28 13:51:08 +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 Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit" 2016-06-18 12:24:06 +00:00
LICENSE.LGPLv3 Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit" 2016-06-18 12:24:06 +00:00
README.md Update README.md 2016-04-14 06:18:06 +00:00
qtquickcontrols2.pro Import the Qt Quick Controls 2 prototype 2015-02-05 14:50:29 +02:00
sync.profile Controls: rename the C++ module to qtquickcontrols2 2016-04-13 18:18:24 +00: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. Other optional dependencies include qtgraphicaleffects for the Material style.

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.