Hi all,

I want to do some overpainting over QGraphicsItem, when implement paint(), process the QGraphicsItem's original rect (like scale) to the QGraphicsItem's right bottom corner.

There is no method like QWidget::render, so I have to handle the child offset by myself? Or is there any better way to do this?