summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxmouseregion.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-01 06:11:54 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-01 06:11:54 (GMT)
commit6aeccc0f8b592d835d9ec32daecc0b5d104f132b (patch)
tree5d388c4c89a80d345176e15dd2019d8a2d6cc3e1 /src/declarative/fx/qfxmouseregion.cpp
parentea0284d0f4a3408d7c1219702214c263118ef52f (diff)
downloadQt-6aeccc0f8b592d835d9ec32daecc0b5d104f132b.zip
Qt-6aeccc0f8b592d835d9ec32daecc0b5d104f132b.tar.gz
Qt-6aeccc0f8b592d835d9ec32daecc0b5d104f132b.tar.bz2
doc
Diffstat (limited to 'src/declarative/fx/qfxmouseregion.cpp')
-rw-r--r--src/declarative/fx/qfxmouseregion.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxmouseregion.cpp b/src/declarative/fx/qfxmouseregion.cpp
index 3b318e3..a60ddc4 100644
--- a/src/declarative/fx/qfxmouseregion.cpp
+++ b/src/declarative/fx/qfxmouseregion.cpp
@@ -145,12 +145,12 @@ void QFxDrag::setYmax(int m)
/*!
\qmlclass MouseRegion
- \brief The MouseRegion element enables simple mouse handling.
+ \brief The MouseRegion item enables simple mouse handling.
\inherits Item
- A MouseRegion is typically used in conjunction with a visible element,
+ A MouseRegion is typically used in conjunction with a visible item,
where the MouseRegion effectively 'proxies' mouse handling for that
- element. For example, we can put a MouseRegion in a Rect that changes
+ item. For example, we can put a MouseRegion in a Rect that changes
the Rect color to red when clicked:
\snippet doc/src/snippets/declarative/mouseregion.qml 0
@@ -164,7 +164,7 @@ void QFxDrag::setYmax(int m)
For basic key handling, see \l KeyActions.
- MouseRegion is an invisible element: it is never painted.
+ MouseRegion is an invisible item: it is never painted.
\sa MouseEvent
*/