I tried to create a QMouseEvent and execute a myView::QGraphicsMouseEvent(event) but it doesn't seem to work.
You need to set call QGraphicsView::mousePressEvent(event) at the end of yourView::mousePressEvent(event) method in order to catch it in the scene.