172 | | == Qt Fingerpaint Touchscreen Example |
173 | | Qt has a [https://doc-snapshots.qt.io/qt5-5.12/qtwidgets-touch-fingerpaint-example.html fingerpaint example] app demonstrating how to use touch input |
174 | | |
175 | | Examples: |
| 172 | == Qt5 Toucn and Multitouch input Examples |
| 173 | There are various touch/multitouch examples in the [https://code.qt.io/cgit/qt/qtbase.git qtbase git repository]: |
| 174 | - [https://doc-snapshots.qt.io/qt5-5.12/qtwidgets-touch-fingerpaint-example.html fingerpaint example] - drag to paint |
| 175 | - [https://doc-snapshots.qt.io/qt5-5.12/qtwidgets-touch-dials-example.html dials example] - dragable dials |
| 176 | - [https://doc.qt.io/Qt-5/qtwidgets-touch-knobs-example.html knobs] - select a knob by holding with one finger then use another finger to rotate it |
| 177 | - [https://doc-snapshots.qt.io/qt5-5.12/qtwidgets-touch-pinchzoom-example.html pinchzoom example] - demonstrates pinch and zoom behaviors |
| 178 | |
| 179 | Examples: |
| 180 | - [https://doc-snapshots.qt.io/qt5-5.12/qtwidgets-touch-fingerpaint-example.html fingerpaint example] app demonstrating how to use touch input |