Hi,

In a project I'm currently working on, I've encountered a problem, I'll describe it the best I can:

There is a QGraphicsView whit a QGraphicsScene in it, wherein I'm adding some QGraphicItems, that is working fine, even when I add a QWidget (resulting in a QGraphicsProxyWidget) it shows up perfectly in de scene (the QWidget I'm adding is a second QGraphicsView).

The problem however occurs when I try to move or scale te QGraphicsProxyWidget, it seems that the shape() or the boundingRect() isn't updating or something.
I tried some things like update(), setGeometryChange() etc, but nothing is working...

Can someone help me?
Thanks
Gurdt