qtdeclarative/examples
Adriano Rezende adb0848513 Add contains method to QQuickItem public API
This method can be overwritten in order to provide fine grained control
over the mouse events handled by the item.

Change-Id: I23cb61958d3ac0b2f5091c47fa9e0ed07dc5e5d0
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2012-04-19 06:16:28 +02:00
..
demos Fix broken stockchart demo 2012-04-17 09:45:54 +02:00
localstorage Tidy up examples documentation 2012-03-28 05:49:28 +02:00
particles Rename SpriteImage to SpriteSequence 2012-02-28 09:19:40 +01:00
qml Merge remote-tracking branch 'origin/master' into api_changes 2012-04-11 16:05:03 +02:00
qmltest Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
quick Add contains method to QQuickItem public API 2012-04-19 06:16:28 +02:00
shared Start of examples refactor 2012-02-24 10:24:58 +01:00
tutorials Update tutorial 2012-03-21 23:04:28 +01:00
window Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
HACKING Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
README Start of examples refactor 2012-02-24 10:24:58 +01:00
examples.pro Merge master <-> api_changes 2012-03-05 11:39:54 +10:00

README

The Qt Declarative module provides the ability to specify and implement
your user interface declaratively, using the Qt Meta-Object Language (QML). 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.