qtdeclarative/examples
Oliver Eftevaag 34bc389543 Fix ImageElements example to use a QML module
Removed the 'content' directory, and placed all images into a 'pics'
directory.

CMakeLists.txt is now also using qt_add_qml_module()

Pick-to: 6.2
Change-Id: I673b7adea1832f304003f95e171118b0822b3c83
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2021-09-03 17:10:32 +02:00
..
qml Simplify the XmlHttpRequest example 2021-09-03 10:39:37 +02:00
qmltest Remove .prev_CMakeLists.txt 2021-08-31 11:26:11 +02:00
quick Fix ImageElements example to use a QML module 2021-09-03 17:10:32 +02:00
quickcontrols2 Remove .prev_CMakeLists.txt 2021-08-31 11:26:11 +02:00
CMakeLists.txt Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
examples.pro Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02: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.