summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-03-02 13:12:32 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-03-04 12:13:29 (GMT)
commitedb37d5ab12c061b6085d0a84fcf075faf2dba54 (patch)
treecfb6c736bee202ba5d1e16a4effff62f45ea9d08 /src/corelib/global/qnamespace.qdoc
parent8c8e9ffb60c244462f615f510bc71d4010cf8faf (diff)
downloadQt-edb37d5ab12c061b6085d0a84fcf075faf2dba54.zip
Qt-edb37d5ab12c061b6085d0a84fcf075faf2dba54.tar.gz
Qt-edb37d5ab12c061b6085d0a84fcf075faf2dba54.tar.bz2
Added a documentation for the new enum value in gesture api.
Task-number: QTBUG-7400 Reviewed-by: David Boddie
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index db910ce..c5b5998 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2978,6 +2978,11 @@
the Qt::GestureStarted state and ending with a gesture in the
Qt::GestureFinished or Qt::GestureCanceled states.
+ \value IgnoredGesturesPropagateToParent Since Qt 4.7, this flag allows you
+ to fine-tune gesture event propagation. By setting the flag when
+ \l{QGraphicsObject::grabGesture}{grabbing} a gesture all ignored partial
+ gestures will propagate to their parent items.
+
\sa QWidget::grabGesture(), QGraphicsObject::grabGesture()
*/