qtdeclarative/examples
Laszlo Agocs 4d2248f89d QQuickRhiItem API cleanup
Based on the API review. Also follow QRhiWidget for
symmetry.

Pick-to: 6.7
Change-Id: Id04a0029ebeb9326b76b485414b58c83f384c466
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2024-01-22 12:03:37 +01:00
..
core/permissions Android: Add missing manifest for permissions example 2023-06-05 20:50:24 +03:00
qml Remove qml locale and dynamicscene examples 2023-11-28 19:18:41 +01:00
qmlcompiler/tutorials/helloworld QQmlSA: Add initial fixit section 2023-11-28 09:45:24 +01:00
quick QQuickRhiItem API cleanup 2024-01-22 12:03:37 +01:00
quickcontrols Filesystem Explorer: Guard against mobile usage 2024-01-22 08:09:50 +00:00
quickshapes CMake: Fix weatherforecast example build in top-level in-source build 2024-01-18 04:20:51 +00:00
CMakeLists.txt Move Qt Quick Shapes example 2024-01-06 11:19:17 +01:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
examples.pro Move Qt Quick Shapes example 2024-01-06 11:19:17 +01: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.

Most of these examples can be viewed directly with the
QML viewer utility, without requiring compilation.

Documentation for these examples can be found via the Examples and Tutorials
link in the main Qt documentation.