summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-03-04 14:22:27 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-03-04 14:22:27 (GMT)
commitc3d5e6703777f294e5af12a0871defd339f1c1ff (patch)
tree7bf4bd3416cda1f6f677590efce6f9aec2138721 /src/corelib
parent4b3953678983b3da925066f464b55340fab3503c (diff)
parenta0cb1ae902dce0c00dc2de8b92229d66945054c8 (diff)
downloadQt-c3d5e6703777f294e5af12a0871defd339f1c1ff.zip
Qt-c3d5e6703777f294e5af12a0871defd339f1c1ff.tar.gz
Qt-c3d5e6703777f294e5af12a0871defd339f1c1ff.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'src/corelib')
-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()
*/