QML PinchArea ElementThe PinchArea item enables simple pinch gesture handling. More... Inherits Item Properties
Signal HandlersDetailed DescriptionThe PinchArea element was added in QtQuick 1.1 A PinchArea is an invisible item that is typically used in conjunction with a visible item in order to provide pinch gesture handling for that item. The enabled property is used to enable and disable pinch handling for the proxied item. When disabled, the pinch area becomes transparent to mouse/touch events. PinchArea can be used in two ways:
See also PinchEvent. Property DocumentationThis property holds whether the item accepts pinch gestures. This property defaults to true. pinch provides a convenient way to make an item react to pinch gestures.
Signal Handler DocumentationThis handler is called when the pinch area detects that a pinch gesture has finished. The pinch parameter provides information about the pinch gesture, including the scale, center and angle of the pinch. This handler is called when the pinch area detects that a pinch gesture has started. The pinch parameter provides information about the pinch gesture, including the scale, center and angle of the pinch. To ignore this gesture set the pinch.accepted property to false. The gesture will be cancelled and no further events will be sent. This handler is called when the pinch area detects that a pinch gesture has changed. The pinch parameter provides information about the pinch gesture, including the scale, center and angle of the pinch. |
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.8 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com