qtdeclarative/examples
Maximilian Goldstein 265a6dc6e2 examples/quick/shared/FlickrRssModel.qml: Do proper error handling
Change-Id: Ieaed0706965bbb259934fb83151856f3d5805331
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2019-11-29 10:34:51 +01:00
..
qml Fix xmlhttprequest example 2019-11-14 10:09:36 +01:00
qmltest Updated license headers 2016-01-20 11:46:11 +00:00
quick examples/quick/shared/FlickrRssModel.qml: Do proper error handling 2019-11-29 10:34:51 +01:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
examples.pro

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.