From badc27b38d911b37466456ba8ae259aef7805c30 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 11 May 2011 15:03:52 +0200 Subject: Doc: Made an additional change for clarity. Task-number: QT-4891 --- doc/src/examples/fingerpaint.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc index b89948017f..7f4d77c1f1 100644 --- a/doc/src/examples/fingerpaint.qdoc +++ b/doc/src/examples/fingerpaint.qdoc @@ -34,6 +34,7 @@ \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. + This example was specifically designed to work with a touchscreen, using + QTouchEvent instead of QMouseEvent to handle user input over the custom + widget. As a result, it is not possible to draw with the mouse cursor. */ -- cgit v1.2.3