aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/mousearea/doc/src/mousearea.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/mousearea/doc/src/mousearea.qdoc')
-rw-r--r--examples/quick/mousearea/doc/src/mousearea.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/quick/mousearea/doc/src/mousearea.qdoc b/examples/quick/mousearea/doc/src/mousearea.qdoc
index 827e5497ee..b1dd549a8e 100644
--- a/examples/quick/mousearea/doc/src/mousearea.qdoc
+++ b/examples/quick/mousearea/doc/src/mousearea.qdoc
@@ -40,7 +40,9 @@
\section1 MouseArea Behavior
When you click inside the red square, the \l Text type will list several
- properties of that click which are available to QML.
+ properties of that click which are available to QML. The opacity of the
+ red square will be reduced while the mouse is pressed and remains inside
+ the MouseArea.
Signals are emitted by the MouseArea when clicks or other discrete
operations occur within it.