Moving multiple Qt Quick Controls2 slider simultaneously
-
Hi I guess issue here is that QQC2 doesn't handle Touch Events. MT touch devices sent Mouse Events simutainosly with Touch Events, but most components from standard libraries still using MouseAreas and Mouse events. So you can create own QQuickItem and try to handle Touch Events there, hope it will help.