[Qt-interest] Simultaneous gestures on the same QGraphicsScene?
Luiz Geovani Vier
lgvier at gmail.com
Sun Aug 8 20:55:46 CEST 2010
Hello folks,
This is my first message to this list, so please let me know if that's not
the right one to post this question...
I'm using the gestures framework to do multitouch stuff, but it seems the
framework is processing the gestures for the scene's viewport instead of for
the qgraphicsitems. The result is that, for example, I can only pan one
qgraphicsitem at a time. When another item gets touched, the event goes to
the item already being dragged.
I must be missing something...
Here's a simple test project. I've created a custom pan gesture recognizer
to be able to pan with one touch:
http://dl.dropbox.com/u/318838/SceneMultiGesture.zip
Thanks in advance for your time
Cheers from Brazil :-)
-Geovani
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100808/71ab23b9/attachment.html
More information about the Qt-interest-old
mailing list