qtdeclarative/examples
Eskil Abrahamsen Blomfeldt a707edb0ff Remove "tech preview" note for CurveRenderer API
The Curve Renderer and related APIs are no longer tech preview in
Qt 6.7.

Pick-to: 6.7
Change-Id: I5aa92932bff9f683eff0596454246162f9e3bc2a
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2024-01-08 09:27:00 +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 Move Qt Quick Shapes example 2024-01-06 11:19:17 +01:00
quickcontrols Improve chattutorial example 2024-01-08 10:19:19 +08:00
quickshapes Remove "tech preview" note for CurveRenderer API 2024-01-08 09:27:00 +01: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.