I have overrided QGraphicsScene with couple of QGraphicsItems in it. I plan to make this scene dynamically resizable with mouse movements. When qgraphicsscene size changes, sizes and positions of items should also change accordingly so that relative position of items mapped to scene always stay same. How can I manage this ?
Below image explains what I aimed to do: Red area represents QGraphicsScene and shapes represent items in it
resized qgraphicsScene with items in it