qtdeclarative/examples
Laszlo Agocs c7093e553c Port leftover effects in some of the examples
For qmake we have no choice but to ship the .qsb files, whereas with
CMake we now rely on qt6_add_shaders.

Pick-to: 6.2
Change-Id: I9bb64a3ffd01cda84fca5a0f7def270975bf71aa
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-08-24 13:51:52 +02:00
..
qml Update qml examples for improved target path handling 2021-08-24 16:08:21 +10:00
qmltest Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 13:48:14 +02:00
quick Port leftover effects in some of the examples 2021-08-24 13:51:52 +02:00
quickcontrols2 Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 13:48:14 +02:00
.prev_CMakeLists.txt Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +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.