qtdeclarative/examples
Petri Virkkunen 50aea1f6a3 Android: Add documentation for QtAbstractListModel example
This change includes code snippet markers, some minimal code changes
(moving code around for snippet clarity), a screenshot of the example
and the main documentation page for the example.

Task-number: QTBUG-126841
Pick-to: 6.8
Change-Id: I2a10571f37a70a55b8411f1b7989b47810639386
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
2024-08-13 22:28:03 +03:00
..
core/permissions examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
platforms Android: Add documentation for QtAbstractListModel example 2024-08-13 22:28:03 +03:00
qml examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
qmlcompiler/tutorials/helloworld examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quick Update generated assets in weather forecast example 2024-07-22 12:15:59 +02:00
quickcontrols Doc: Fix qdoc link warnings to Qt Creator docs 2024-08-08 09:25:38 +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.