diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-11 12:41:24 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-11 15:36:47 (GMT) |
commit | c9bedef5bcc1ef70d47da2d258c616c114bd3484 (patch) | |
tree | 7b738910b39afd8ebe265679b2cf61e78bd66e78 | |
parent | 99000ac499f553aede1b9f504f13ab1dabdf8af0 (diff) | |
download | Qt-c9bedef5bcc1ef70d47da2d258c616c114bd3484.zip Qt-c9bedef5bcc1ef70d47da2d258c616c114bd3484.tar.gz Qt-c9bedef5bcc1ef70d47da2d258c616c114bd3484.tar.bz2 |
Doc: Noted that the example will not work as expected with a mouse.
Task-number: QT-4891
-rw-r--r-- | doc/src/examples/fingerpaint.qdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc index eaef4eb..b899480 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. */ |