Hi Everybody.

I have my own subclass of QGraphicsView.


If I get mousePressEvent/mouseReleaseEvent a lot of actions takes place. But what if I do not want to do that actions in case of mousePressEvent/mouseReleaseEvent is just a part of mouseDoubleClickEvent.

Is there any eligant way to do that?

Thank you in advance!