qtdeclarative/examples
Robin Burchell dffe4ab249 demos: Fix installation of photoviewer example and add to build
deployment.pri seems suspicious (and qmake errors about it actually), so just
use the example install path and trust that it will be okay.

Change-Id: Id3b6abd80f84485e006473130873ab89ee11c0d4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-07-05 19:34:05 +00:00
..
qml actually build and install the qml tutorials 2016-05-13 04:35:27 +00:00
qmltest Update copyright headers 2015-02-12 10:28:11 +00:00
quick demos: Fix installation of photoviewer example and add to build 2016-07-05 19:34:05 +00: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.