qtdeclarative/examples
Shawn Rutledge 77d0ec9f84 Fix the pointerhandlers example
Amends d270c51f81

Change-Id: I616850c04facbcd7662c479d34b1a3f0a7220556
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2022-07-11 17:23:24 +02:00
..
qml Add license headers to cmake files 2022-07-08 10:41:06 +02:00
qmltest Add license headers to cmake files 2022-07-08 10:41:06 +02:00
quick Fix the pointerhandlers example 2022-07-11 17:23:24 +02:00
quickcontrols2 Add license headers to cmake files 2022-07-08 10:41:06 +02:00
CMakeLists.txt Add license headers to cmake files 2022-07-08 10:41:06 +02:00
README
examples.pro Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02: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.