qtdeclarative/examples
Friedemann Kleint 4300d3d031 Gallery example: Brush up the .cpp file
Use modern string literals and replace #if-defery by a check on
QOperatingSystemVersion::currentType().

Change-Id: I319b6c7665a4c4cadd7d1e711d8527f79ca35261
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit a6da6b3aca)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit d78d99d3f5)
2025-09-12 05:40:09 +00:00
..
core/permissions examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
platforms Doc: Fix Linking issues 2025-05-26 13:23:18 +00:00
qml Examples: Fix chapter5 and chapter6 of extending-qml tutorial 2025-04-10 18:47:34 +00:00
qmlcompiler/tutorials/helloworld examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quick graph example: use qt_add_shaders with CMake 2025-08-05 22:18:53 +00:00
quickcontrols Gallery example: Brush up the .cpp file 2025-09-12 05:40:09 +00:00
CMakeLists.txt Add example showcasing Embedding QML to native Android Java project 2024-04-10 13:24:53 +03:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
examples.pro Move Qt Quick Shapes examples back under Qt Quick 2024-02-01 21:42:00 +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.