diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-04 14:22:27 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-04 14:22:27 (GMT) |
commit | c3d5e6703777f294e5af12a0871defd339f1c1ff (patch) | |
tree | 7bf4bd3416cda1f6f677590efce6f9aec2138721 /src/corelib | |
parent | 4b3953678983b3da925066f464b55340fab3503c (diff) | |
parent | a0cb1ae902dce0c00dc2de8b92229d66945054c8 (diff) | |
download | Qt-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.qdoc | 5 |
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() */ |