diff options
author | x29a <0.x29a.0@gmail.com> | 2010-05-12 21:22:41 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-05-12 21:27:14 (GMT) |
commit | 476414a53a02d99c0887acdb18c96dd65ad9ffa4 (patch) | |
tree | 2a8e34eb2acd796b85de6d0bfb503f679fe248c9 /doc/src | |
parent | 161e4c77b35a7cc4dda5b83b212fedaa02c46cdf (diff) | |
download | Qt-476414a53a02d99c0887acdb18c96dd65ad9ffa4.zip Qt-476414a53a02d99c0887acdb18c96dd65ad9ffa4.tar.gz Qt-476414a53a02d99c0887acdb18c96dd65ad9ffa4.tar.bz2 |
Set the pictures for the examples of multitouch
Changed filenames in multitouch examples to follow the format of existing examples.
Added a picture for the fingerpaint example using a selfbuilt table and the qTUIO library.
Merge-request: 608
Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/examples/fingerpaint.qdoc | 2 | ||||
-rw-r--r-- | doc/src/examples/pinchzoom.qdoc | 2 | ||||
-rw-r--r-- | doc/src/images/multitouch-fingerpaint-example.png | bin | 0 -> 17026 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc index e5eb4ef..7eb1512 100644 --- a/doc/src/examples/fingerpaint.qdoc +++ b/doc/src/examples/fingerpaint.qdoc @@ -46,5 +46,5 @@ The Finger Paint example shows the use of multi-touch with a custom widget to create a simple painting application. - \image multitouch-fingerpaint.png + \image multitouch-fingerpaint-example.png */ diff --git a/doc/src/examples/pinchzoom.qdoc b/doc/src/examples/pinchzoom.qdoc index 726b1b3..867b2b3 100644 --- a/doc/src/examples/pinchzoom.qdoc +++ b/doc/src/examples/pinchzoom.qdoc @@ -46,5 +46,5 @@ The Pinch Zoom example shows how to use low-level multi-touch information to recognize a gesture. - \image multitouch-pinchzoom.png + \image multitouch-pinchzoom-example.png */ diff --git a/doc/src/images/multitouch-fingerpaint-example.png b/doc/src/images/multitouch-fingerpaint-example.png Binary files differnew file mode 100644 index 0000000..c741b65 --- /dev/null +++ b/doc/src/images/multitouch-fingerpaint-example.png |