qtdeclarative/examples
Alan Alpert e09e6d2bc0 Uncomment examples in pro file
Examples all seem to build and install fine, and no task number was
mentioned in the pro file.

Change-Id: Ie836385683287467618749456247684456721866
Reviewed-by: Bea Lam <bea.lam@nokia.com>
2012-08-09 00:23:41 +02:00
..
demos Clean up StocQt demo 2012-07-24 07:53:05 +02:00
localstorage Install examples to example hierarchy 2012-06-22 08:18:15 +02:00
particles Particle example restyling 2012-07-24 05:01:59 +02:00
qml Restore QML/C++ extensions tutorial and fix plugin docs and examples 2012-08-07 02:32:17 +02:00
qmltest Disambiguate qmltest example and qmltest autotest. 2012-04-24 10:45:15 +02:00
quick Uncomment examples in pro file 2012-08-09 00:23:41 +02:00
shared Give the example Loader in the shared launcher focus. 2012-06-20 07:45:20 +02:00
tutorials Update imports and module documentation 2012-08-08 13:50:40 +02: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 remove pointless qmltest conditionals 2012-06-26 14:58:33 +02: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.