diff options
-rw-r--r-- | doc/src/examples/fingerpaint.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc index b899480..7f4d77c 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. */ |