qtdeclarative/examples
Jerome Pasion fc665d5127 Doc: Moved QML "plugins" example to "qmlextensionplugins"
The example generates a plugins.html which collides with the
plugins.html from qtbase repository.

Task-number: QTBUG-32580
Change-Id: I47ce9e00378738f7696672e6e47dd3337bb4fafc
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2013-08-09 12:46:05 +02:00
..
qml Doc: Moved QML "plugins" example to "qmlextensionplugins" 2013-08-09 12:46:05 +02:00
qmltest Merge branch 'release' into stable 2013-01-31 15:23:09 +01:00
quick Merge branch 'stable' into dev 2013-08-05 10:42:21 +02:00
HACKING Doc: Qt QML: Fix module name format 2013-04-19 14:14:03 +02:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
examples.pro Fixed build when Qt is configured with -no-opengl. 2013-02-20 08:52:28 +01:00

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.