Hi,
Did you override the scene mousepress/move/release event? If you did I think you need to call for example QGraphicsScene::mousePressEvent(mouseEvent) in the mousePress to propagate the event to the items.
Hi,
Did you override the scene mousepress/move/release event? If you did I think you need to call for example QGraphicsScene::mousePressEvent(mouseEvent) in the mousePress to propagate the event to the items.
Bookmarks