You can do this...
from QGraphicsItem::itemChange , emit a signal layoutChanged(this) . Catch this signal in the handling class.
from the graphicsItem pointer you can retrieve the bounding rectangle

Also see the various options that GraphicsItemChange has .