qtdeclarative/examples
Nicholas Bennett 07a6e941a5 Docs: Update Qt Quick for Android Example documentation
-Fixed the path to the example.

-Reduced the example image resolution to improve the layout.

-Explained that the QML is defined in main.qml and second.qml.

-Include XML layout snippets and info.

-Added the imports for the qml types to the snippets and explained them.

-Added a link to the Qt Academy course.

Fixes: QTBUG-138219
Pick-to: 6.10
Change-Id: I9d59bc1b5b63a3d6a8230cdd83b99efd886744d5
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2025-08-21 11:30:39 +00:00
..
core/permissions CMake: Fix examples built as external projects 2025-01-31 17:11:34 +01:00
platforms Docs: Update Qt Quick for Android Example documentation 2025-08-21 11:30:39 +00:00
qml Doc: Remove irrelevant images from Qt QML docs 2025-05-26 17:05:21 +02:00
qmlcompiler/tutorials/helloworld examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quick Use new qt_target_qml_from_svg() function for examples 2025-08-21 12:55:54 +02:00
quickcontrols filesystemexplorer: Provide proper metadata for macOS 2025-08-01 16:09:48 +02: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.