qtdeclarative/examples
Friedemann Kleint aeec621865 Examples: Add missing include guards
Pick-to: 6.5
Task-number: QTBUG-109394
Change-Id: I968865958770f6282ab6f79dc9b2becf4f7795af
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2023-02-03 15:33:07 +01:00
..
qml qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policy 2023-02-01 23:39:19 +01:00
qmltest Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
quick Examples: Add missing include guards 2023-02-03 15:33:07 +01:00
quickcontrols Doc: Don't auto-close popup in Attached Style Properties Example 2023-02-03 22:23:40 +08:00
CMakeLists.txt Remove "2" from Qt Quick Controls directories 2022-12-01 10:26:20 +08:00
README
examples.pro qmake: Fix build of quickcontrols examples 2022-12-14 17:39:55 +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.

Mostof these examples can be viewed directly with the
QML viewer utility, without requiring compilation.

Documentation for these examples can be found via the Examples
link in the main Qt documentation.