Hi,

how can I perform a mouse press button by code into a QGraphicsView/QGraphicsScene?

I tried to create a QMouseEvent and execute a myView::QGraphicsMouseEvent(event) but it doesn't seem to work.

any other idea?

thanks!