[Qt-interest] Graphics View QTabletEvent not supported?

Bradley Smith bradley at baysmith.com
Tue Oct 20 02:28:54 CEST 2009


>
> Looking at the code, it seems the Graphics View framework does not support
> QTabletEvents at all.
>
> Can anybody confirm this?
>

I agree with your assessment. The QGraphicsScene handles and forwards
event to the QGraphicsItems. However, the QGraphicsScene does not
process QTabletEvents. I assume an event filter could be installed on
the scene to process QTabletEvents separately. It would be nice to
have built-in support for QTabletEvents.



More information about the Qt-interest-old mailing list