qtdeclarative/examples
Alan Alpert 2738c57e51 Fix renaming merge with examples
Some examples were duplicated a few times. Removing the excess.

Change-Id: I6fa59f79de63ac952103421ba1c063f5912b702b
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2012-03-06 01:39:49 +01:00
..
demos Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
localstorage Start of examples refactor 2012-02-24 10:24:58 +01:00
particles Rename SpriteImage to SpriteSequence 2012-02-28 09:19:40 +01:00
qml Fix renaming merge with examples 2012-03-06 01:39:49 +01:00
qmltest Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
quick Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
shared Start of examples refactor 2012-02-24 10:24:58 +01:00
tutorials Merge master <-> api_changes 2012-03-05 11:39:54 +10: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.