Doc: Made an additional change for clarity.

Task-number: QT-4891
This commit is contained in:
David Boddie 2011-05-11 15:03:52 +02:00
parent e29f44dc24
commit badc27b38d

View File

@ -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.
*/