Hello,

I am working on a graphics project where as there will parent QGraphicsRectItem. This QGraphicsRectItem will have 3 child QGraphicsEllipseItem. This ellipse needs to be arranged one after another in a row. When I am adding these ellipse item at runtime, its position get offset little bit. This is because I am not using any mapToItem, mapFromItem, mapToScene ot mapFromScene functions. Honestly speaking I am not cleared on the concept of these mapping fuctions. Can anybody please clear my fundamentals on these mapping functions and how I can use the same.



Thanks


Manish