Touch Input Examples

Qt Widgets have legacy support for touch input.

Applications intended for use on touchscreens often have "fluid" UI designs, because touch input feels better with quick animated feedback. You should consider using Qt Quick to benefit from GPU acceleration, rather than attempting to develop a fluid UI with Widgets.

Touch Knobs Example

Shows how to create custom controls that accept touch input