[Qt-interest] QTouchEvents and qgraphicspixmapitem
Vesa Shmuel Peltonen
vesashmuel at gmail.com
Tue Aug 9 12:06:29 CEST 2011
Hi,
I've observed a strange behavior, and would like to ask if anybody else have
seen it.
I've an inherited qgraphicspixmap in which I used to get touch events ok
(used for pinch zooming). After that I've modified some unrelated code on
the application, and suddenly I stopped receiving the touch events to the
pixmap item (::sceneEvent ( QEvent * event )). I still receive mouse events.
I've seen the same problem with my application also after using http
connection. Before making the connection, touch events are received ok, but
after that they stop coming. The connection is done in another class, and it
is not related to the graphicsview at all.
I'm running the app on S^3, with Qt 4.7.3.
I verified, that acceptTouchEvents() has been true all the time.
Of course, this can be my own bug, but I didn't find any code change related
touch events, event filters or anything that can explain why I don't receive
anymore the events.
Any ideas anyone? Or simply strange own bug that I cannot spot :)
Cheers,
Vesa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110809/63dcba5e/attachment.html
More information about the Qt-interest-old
mailing list