summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-11 14:41:24 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-23 14:24:09 +0200
commite29f44dc24e5670e7bd55cde936803cce0b9e5f1 (patch)
treec7386516addecfc9e4c1c7cec394f7215472880e
parent9c3a1d290a60d3c96f582c69cbf7ae5ffdb37b6d (diff)
Doc: Noted that the example will not work as expected with a mouse.
Task-number: QT-4891
-rw-r--r--doc/src/examples/fingerpaint.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc
index eaef4ebd6d..b89948017f 100644
--- a/doc/src/examples/fingerpaint.qdoc
+++ b/doc/src/examples/fingerpaint.qdoc
@@ -29,8 +29,11 @@
\example touch/fingerpaint
\title Finger Paint Example
- The Finger Paint example shows the use of touch with a custom widget
+ The Finger Paint example shows the use of a touchscreen with a custom widget
to create a simple painting application.
\image touch-fingerpaint-example.png
+
+ This example was specifically designed to work with a touchscreen. As a result,
+ it is not possible to draw on the custom widget with the mouse cursor.
*/