qtdeclarative/tests/manual/pointer
Shawn Rutledge 8503f884bb Move most of the pointer manual tests to a new pointerhandlers example
They were always meant to be examples eventually. Now they will be used
for an example of how to implement custom controls using only basic
items and handlers. Some components are very similar to those in
the shared directory; but most examples will use Qt Quick Controls,
so those shared components can be removed when we no longer use them.
This example should remain as the one that shows how to build
reusable controls "from scratch".

Removed InputInspector because it's inefficient, has limited usefulness,
tends to require building the manual test to be able to run it, and
could be better built as a reusable Qt.labs component later on,
providing a model with all known devices and taking advantage of the
QPointingDevice::grabChanged signal to track the grab states rather
than polling.

Pick-to: 6.2
Change-Id: I47ab6ebb2cecab07a69cf96e546ffd0db3026a60
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2021-09-24 17:03:19 +02:00
..
content Move most of the pointer manual tests to a new pointerhandlers example 2021-09-24 17:03:19 +02:00
resources Move most of the pointer manual tests to a new pointerhandlers example 2021-09-24 17:03:19 +02:00
flickablesWithHandlers.qml Move most of the pointer manual tests to a new pointerhandlers example 2021-09-24 17:03:19 +02:00
map2.qml Add DragHandler.activeTranslation and persistentTranslation 2021-06-04 15:23:16 +02:00
photosurface.qml Get rid of Qt.labs.handlers import, merge into QtQuick 2.12 2018-07-17 15:11:51 +00:00
pinchAndWheel.qml Add WheelHandler 2019-04-27 05:41:21 +00:00
pinchDragFlingMPTA.qml Get rid of Qt.labs.handlers import, merge into QtQuick 2.12 2018-07-17 15:11:51 +00:00
pointHandlerOnFlickable.qml Add handlers declared as Flickable children to its contentItem 2019-01-22 21:38:36 +00:00
pointerDrag.qml Add dragThreshold property to Event Handlers 2019-09-19 15:37:11 +02:00
rubberbandOnTable.qml Add handlers declared as Flickable children to its contentItem 2019-01-22 21:38:36 +00:00
tapWithModifiers.qml doc: explain more about acceptedModifiers in PointerDeviceHandler 2019-09-19 15:36:47 +02:00