qtdeclarative/examples
Matthias Rauter 8fddd2a85e Change hierarchy level of MouseFeedbackSprite in pointerhandler example
Hover events are no longer propagated to siblings when they have been
accepted by an item, at least for the time being. This patch changes
the hierarchy such that it works either way.

Fixes: QTBUG-111322
Change-Id: Ied953a423954342c02e613af618be0784d6397ee
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 3b12b19847)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-04-26 10:45:00 +00:00
..
qml Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:04:10 +00:00
qmltest Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
quick Change hierarchy level of MouseFeedbackSprite in pointerhandler example 2023-04-26 10:45:00 +00:00
quickcontrols Gallery example: translate all user facing strings 2023-03-31 16:09:35 +00:00
CMakeLists.txt Remove "2" from Qt Quick Controls directories 2022-12-01 10:26:20 +08: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.