I have a QGraphicsscene which shows a plot with X and Y axis..When user zooms the plot...I want only curve to be zoomed and axis should be fixed at their original position.I have tried using Qt::itemIgnoresTransformation flag for X and Y axis ,,,but X and Y axis are still moving with zooming(with flag set they dont move propotional to zoom factor but they dont stay at their original position).Has anybody come across similar problem with qgraphicsscene?