qtdeclarative/examples
Shawn Rutledge c61cfa8487 Fix pointerhandlers/fakeFlickable example
TapHandlerButton is not in this example: we just call it Button.
Amends 8503f884bb

Pick-to: 6.2
Change-Id: I49bc6081f05642cd938a257c14c10497bfafb8a8
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-10-26 12:04:34 +02:00
..
qml doc: Replace qmlscene with qml 2021-09-29 23:16:33 +02:00
qmltest Remove .prev_CMakeLists.txt 2021-08-31 11:26:11 +02:00
quick Fix pointerhandlers/fakeFlickable example 2021-10-26 12:04:34 +02:00
quickcontrols2 Remove deprecated usage of QQmlFileSelector::get in texteditor example 2021-10-22 07:36:35 +00:00
CMakeLists.txt Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +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.