qtdeclarative/examples
Alexandru Croitor d5e8a697f8 CMake: Fix wrongly copy-pasted dependency in example
Amends edc4357ae4

Pick-to: 6.2
Task-number: QTBUG-96805
Change-Id: Iedbf372cd94b1b04db55685a5d05daca491200fe
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2021-10-01 14:04:01 +02:00
..
qml doc: Replace qmlscene with qml 2021-09-29 23:16:33 +02:00
qmltest Remove .prev_CMakeLists.txt 2021-08-31 11:26:11 +02:00
quick CMake: Fix wrongly copy-pasted dependency in example 2021-10-01 14:04:01 +02:00
quickcontrols2 TextEditor: Clean up example and use quick dialogs 2021-09-29 23:16:33 +02:00
CMakeLists.txt Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
README
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.