Hi everyone, I'm having some trouble using a PathView on QtQuick2.0 (Qt5.0.2) 
with my multitouch panel.

If I use a ListView and I drag it, it scroll smooth and istantly, same as with 
mouse.
If I use a PathView and I drag it, it don't scroll istantly bu after some 
delay, the movement isn't smooth too, it's unusable. onDragStarted and 
onDragEnded events went in the right moment (as I start dragging)

I launch my test with the option: -plugin evdevtouch:/dev/input/event1 for 
enable the multitouch, if I launch it with -plugin evdevtouch:/dev/input/event0 
I enable only one touch at a time (mapped over the mouse) and everything goes 
fine.

So, my question is: is it possible to remap the touch events on the PathView? 
It's an unhandled situation or there is some hack that I didn't know? Google 
didn't help me much.

It could be a problem of my panel as well, but before starting to debug my 
panel I want to know if some of you is using a PathView with his multitouch 
device.

Thanks.

---
Matteo Brichese
Software Engineer
[email protected]
Came Cancelli Automatici S.p.A.
www.came.com
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to