Qt 4.8
PinchEvent Class Reference

The PinchEvent object provides information about a pinch event. More...

Detailed Description

The PinchEvent object provides information about a pinch event.

The PinchEvent element was added in QtQuick 1.1

The center, startCenter, previousCenter properties provide the center position between the two touch points.

The scale and previousScale properties provide the scale factor.

The angle, previousAngle and rotation properties provide the angle between the two points and the amount of rotation.

The point1, point2, startPoint1, startPoint2 properties provide the positions of the touch points.

The accepted property may be set to false in the onPinchStarted handler if the gesture should not be handled.

See also
PinchArea

The documentation for this class was generated from the following file: