Qt Quick Pointer Handlers QML Types

The Qt Quick Pointer Handlers module provides QML types for handling events from pointing devices in a UI. These QML types work in conjunction with Qt Quick.

The QML types can be imported into your application using the following import statement in your .qml file.

import Qt.labs.handlers 1.0

DragHandler

Handler for dragging

HandlerPoint

An event point

MultiPointHandler

Abstract handler for multi-point Pointer Events

PinchHandler

Handler for pinch gestures

PointHandler

Handler for reacting to a single touchpoint

PointerDeviceHandler

Abstract handler for pointer events with device-specific constraints

PointerHandler

Abstract handler for pointer events

SinglePointHandler

Abstract handler for single-point Pointer Events

TapHandler

Handler for taps and clicks

© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.