qtdeclarative/examples
Mitch Curtis a867363541 Improve contactlist example
- Fix qmllint warnings.
- Update copyright year.
- Use modern QML type registration.

Fixes: QTBUG-119987
Pick-to: 6.5 6.6 6.7
Change-Id: I7eacf994d3dca70dc678865eb37884a0ccd5ad1f
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
2023-12-18 11:45:55 +08: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 examples: Increase hit area of LauncherList buttons; simplify 2023-12-12 16:44:45 -07:00
quickcontrols Improve contactlist example 2023-12-18 11:45:55 +08:00
CMakeLists.txt Move undocumented qmltest example to tests/manual 2023-11-22 08:23:59 +01:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
examples.pro Move undocumented qmltest example to tests/manual 2023-11-22 08:23:59 +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.