Hi experts,

I want to draw by TabletEvent and drag objects by MouseEvent.

I have overwritten both tablet and mouse events in QGraphicsView.

The problem is, even I only use the tablet, mouse events are also invoked. (not always )

So I can not draw by TABLET and drag by MOUSE.

Is it possible to specify two events in the QGraphicsView ?

If you know that, can you give me some suggestion.

I confuse the problem in a long time

Thank your help