qtdeclarative/examples
Olivier De Cannière 961a42f5fa Examples: Add equality an operator to Extending Qml Advanced tutorials
This allows for more meaningful checks for identical assignment in
Person::setShoe().

Amends: 405bd42998

Change-Id: Id731f3f9163fb311ff9b04e2bbf4786a3022a11b
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 8fab8cf39c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-05-04 14:51:47 +00:00
..
qml Examples: Add equality an operator to Extending Qml Advanced tutorials 2023-05-04 14:51:47 +00:00
qmltest Examples: Use versioned CMake targets for Qt modules 2023-05-03 12:32:40 +02:00
quick Examples: Use versioned CMake targets for Qt modules 2023-05-03 12:32:40 +02:00
quickcontrols Examples: Use versioned CMake targets for Qt modules 2023-05-03 12:32:40 +02:00
CMakeLists.txt Examples: Use versioned CMake targets for Qt modules 2023-05-03 12:32:40 +02:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:04:10 +00:00
examples.pro qmake: Fix build of quickcontrols examples 2022-12-14 21:28:27 +00: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.