qtdeclarative/examples
Kai Köhne e2138561df Use QSGRendererInterface::OpenGL in documentation and examples
QSGRendererInterface::OpenGLRhi is only an (undocumented) alias to
...::OpenGL, so let's use that instead.

Amends 0b2311a62b

Pick-to: 6.2 6.3
Change-Id: I4acdd39dc1d9b75bed5c474667a43b4ad86e7f47
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2022-02-14 11:38:10 +00:00
..
qml Improve examples CMakeLists.txt 2022-01-24 13:25:13 +01:00
qmltest Improve examples CMakeLists.txt 2022-01-24 13:25:13 +01:00
quick Use QSGRendererInterface::OpenGL in documentation and examples 2022-02-14 11:38:10 +00:00
quickcontrols2 Improve examples CMakeLists.txt 2022-01-24 13:25:13 +01:00
CMakeLists.txt Improve examples CMakeLists.txt 2022-01-24 13:25:13 +01: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.