qtdeclarative/examples
Shawn Rutledge b2b221945d demonstrate containsMask in the tapableTriangle Shape example
This isn't an improvement in behvior, it just shows that a Shape can
be used as a mask on some other Item.  But Shape.containsMode is still
important so that when the outer Rectangle's contains() calls
Shape.contains(), the latter will do the right thing.

Change-Id: I1bd127784e708f30561945a4958e4d5f0c1c0b85
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
2018-01-26 08:49:40 +00:00
..
qml Fix outdated FDL license header 2017-10-17 11:18:21 +00:00
qmltest Updated license headers 2016-01-20 11:46:11 +00:00
quick demonstrate containsMask in the tapableTriangle Shape example 2018-01-26 08:49:40 +00:00
HACKING
README
examples.pro

README

The Qt Quick module provides the basic elements to specify and implement your
user interface declaratively, using the Qt Meta-Object Language (QML). The
Qt QML module provides the engine and language infrastructure for QML itself.
This language is very expressive and human readable, and can be used by
designers to actually implement their UI vision. QML UIs can integrate
with C++ code in many ways, including being loaded as a part of a C++ UI
and loading data models from C++ and interacting with them.

Mostof these examples can be viewed directly with the
QML viewer utility, without requiring compilation.

Documentation for these examples can be found via the Examples
link in the main Qt documentation.