Hi,

I have a QGraphicsItem. In this QGraphicsItem, I have some other QGraphicsRectItem and QGraphicsLineItem. So the QGraphicsItem is the parent of QGraphicsRectItem and QGraphicsLineItem. My problem appears when I attempt to redraw upon a position change in the parent. Once I change the position and update, the parent item does not appear!

Regards