Ok, I made it work. Just in case anyone else needs this, I did it by subclassing the QGraphicsScene and reimplementing there mousePressEvent and mouseReleaseEvent and using a QTime. I wasn't able to do that subclassing QGraphicsItem cause it seems mouseReleaseEvent is not called. Now it seems to work quite good.
Bookmarks