diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-02 13:12:32 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-04 12:13:29 (GMT) |
commit | edb37d5ab12c061b6085d0a84fcf075faf2dba54 (patch) | |
tree | cfb6c736bee202ba5d1e16a4effff62f45ea9d08 | |
parent | 8c8e9ffb60c244462f615f510bc71d4010cf8faf (diff) | |
download | Qt-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
-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() */ |