From e68b1829384632e4428893e2aad56e9b72ee6fb7 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Wed, 2 Mar 2011 11:28:06 +1000 Subject: Doc: remove experimental GestureArea from contents and add PinchArea Change-Id: I5eb6d2826f673c7067fde1447f25d3fc97b5aa5e Reviewed-by: Bea Lam --- doc/src/declarative/elements.qdoc | 2 +- doc/src/declarative/qmlinuse.qdoc | 2 +- src/imports/gestures/qdeclarativegesturearea.cpp | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index 466b940..e2d9350 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -76,7 +76,7 @@ To see the QML elements listed by functional area, see the \o \l {FocusScope} - Element that mediate keyboard focus changes \o \l {Flickable} - Provides a surface that can be "flicked" \o \l {Flipable} - Provides a surface that produces "flipping" effects -\o \l {GestureArea} - Enables simple gesture handling +\o \l {PinchArea} - Enables simple pinch gesture handling \endlist \section1 Positioners and Repeater diff --git a/doc/src/declarative/qmlinuse.qdoc b/doc/src/declarative/qmlinuse.qdoc index 7380ef5..131be1b 100644 --- a/doc/src/declarative/qmlinuse.qdoc +++ b/doc/src/declarative/qmlinuse.qdoc @@ -207,7 +207,7 @@
  • Flipable Element - The Flipable item provides a surface that can be flipped or reflected.
  • FocusPanel Element - The FocusPanel item explicitly creates a focus panel.
  • FocusScope Element - The FocusScope object explicitly creates a focus scope for focus management.
  • -
  • GestureArea Element - The GestureArea item enables simple gesture handling.
  • +
  • PinchArea Element - The PinchArea item enables simple pinch gesture handling.
  • KeyNavigation Element - The KeyNavigation attached property supports key navigation by arrow keys.
  • Keys Element - The Keys attached property provides key handling to Items.
  • MouseArea Element - The MouseArea item enables simple mouse handling.
  • diff --git a/src/imports/gestures/qdeclarativegesturearea.cpp b/src/imports/gestures/qdeclarativegesturearea.cpp index 1b6e723..c2a2e98 100644 --- a/src/imports/gestures/qdeclarativegesturearea.cpp +++ b/src/imports/gestures/qdeclarativegesturearea.cpp @@ -89,6 +89,10 @@ public: \warning Elements in the Qt.labs module are not guaranteed to remain compatible in future versions. + \warning GestureArea is an experimental element whose development has + been discontinued. PinchArea is available in QtQuick 1.1 and handles + two finger gesture input. + \note This element is only functional on devices with touch input. \qml -- cgit v0.12