Resize is the problem. When you resize graphics item and it has impact on boundingRect you have to call: QGraphicsItem::prepareGeometryChange (not inside boundingRect), see also QGraphicsItem::boundingRect.
Resize is the problem. When you resize graphics item and it has impact on boundingRect you have to call: QGraphicsItem::prepareGeometryChange (not inside boundingRect), see also QGraphicsItem::boundingRect.
Bookmarks