From 3e74b943b05bdff967d6cbae108c1842f410f412 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Fri, 31 Jul 2009 15:18:00 +1000 Subject: Doc --- src/declarative/fx/qfxevents.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/declarative/fx/qfxevents.cpp b/src/declarative/fx/qfxevents.cpp index 94c2d2e..f3a3427 100644 --- a/src/declarative/fx/qfxevents.cpp +++ b/src/declarative/fx/qfxevents.cpp @@ -106,6 +106,17 @@ Item { */ /*! + \qmlproperty bool KeyEvent::accepted + + Setting \a accepted to true prevents the key event from being + propagated to the item's parent. + + Generally, if the item acts on the key event then it should be accepted + so that ancestor items do not also respond to the same event. +*/ + + +/*! \qmlclass MouseEvent QFxMouseEvent \brief The MouseEvent object provides information about a mouse event. -- cgit v0.12