Hi,
I am transitioning from Qt4.41 -> Qt4.70. This is working without problem on Qt4.4.1. I am having a problem with QT4.70 QGraphicsItemGroup. If I add my QGraphicsItem to the scene my mouse events are propagated to the QGraphicsItem. However if the QGraphicsItem is added to a QGraphicsItemGroup the mouse event doesn't get sent to the QGraphicsItem. The mouse event occurs in the QGraphicsView, but the item is not getting it. The item/group is visible. All non-grouped items seem to work OK.
Thank you for any suggestions.
Bookmarks