diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-07-31 05:18:00 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-07-31 05:18:00 (GMT) |
commit | 3e74b943b05bdff967d6cbae108c1842f410f412 (patch) | |
tree | ee51aa7cf2c08d67f185ef2207a1cd1437a74811 /src | |
parent | 215e9635838eb58d2646523de792bab7a3f70aa6 (diff) | |
download | Qt-3e74b943b05bdff967d6cbae108c1842f410f412.zip Qt-3e74b943b05bdff967d6cbae108c1842f410f412.tar.gz Qt-3e74b943b05bdff967d6cbae108c1842f410f412.tar.bz2 |
Doc
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/fx/qfxevents.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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. |