diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-20 00:24:56 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-20 00:24:56 (GMT) |
commit | 8469dac4020bee03b2de55fae51a6228b7783be1 (patch) | |
tree | 3aecffa08efe3e6ebede98ebc4c0f171ca3f27d9 /src/declarative/fx/qfxmouseregion.cpp | |
parent | 5a44a309ff4d888c57a5648198be6996cdef4c80 (diff) | |
parent | 8b58eecf83811044edfc28bb652c605ab5446a07 (diff) | |
download | Qt-8469dac4020bee03b2de55fae51a6228b7783be1.zip Qt-8469dac4020bee03b2de55fae51a6228b7783be1.tar.gz Qt-8469dac4020bee03b2de55fae51a6228b7783be1.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/qfxmouseregion.cpp')
-rw-r--r-- | src/declarative/fx/qfxmouseregion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxmouseregion.cpp b/src/declarative/fx/qfxmouseregion.cpp index c0314f1..6c71a9b 100644 --- a/src/declarative/fx/qfxmouseregion.cpp +++ b/src/declarative/fx/qfxmouseregion.cpp @@ -126,8 +126,8 @@ void QFxDrag::setYmax(qreal m) A MouseRegion is typically used in conjunction with a visible item, where the MouseRegion effectively 'proxies' mouse handling for that - item. For example, we can put a MouseRegion in a Rect that changes - the Rect color to red when clicked: + item. For example, we can put a MouseRegion in a Rectangle that changes + the Rectangle color to red when clicked: \snippet doc/src/snippets/declarative/mouseregion.qml 0 Many MouseRegion signals pass a \l {MouseEvent}{mouse} parameter that contains |