Changes between Version 9 and Version 10 of qt


Ignore:
Timestamp:
12/16/2021 08:11:29 PM (2 years ago)
Author:
Tim Harvey
Comment:

added additional touch examples

Legend:

Unmodified
Added
Removed
Modified
  • qt

    v9 v10  
    170170
    171171[=#fingerpaint]
    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
     173There 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
     179Examples:
     180- [https://doc-snapshots.qt.io/qt5-5.12/qtwidgets-touch-fingerpaint-example.html fingerpaint example] app demonstrating how to use touch input
    176181 * Ubuntu Focal 20.04:
    177182{{{#!bash