qtdeclarative/examples
Friedemann Kleint 0b2311a62b Scenegraph examples: Use suffix-less RHI constants
Complements 23dbe3d6e0.

Pick-to: 6.2
Change-Id: Ic1bda49a888b0580ac483d650b879a9ae843129b
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2021-11-23 18:42:51 +01:00
..
qml Polish the QML reference examples 2021-11-04 10:51:39 +01:00
qmltest Remove .prev_CMakeLists.txt 2021-08-31 11:26:11 +02:00
quick Scenegraph examples: Use suffix-less RHI constants 2021-11-23 18:42:51 +01:00
quickcontrols2 Add .qmlproject file for examples containing .ui.qml files 2021-11-18 10:23:00 +00: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.