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

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.