They already are in the view's coordinate space. What you want is the scene coordinate space. You can use QGraphicsView::mapToScene() for that or you can reimplement the mouse event directly in the scene.