PDA

View Full Version : Resizing QGraphicsWidget at runtime



mvbhavsar
27th June 2014, 07:03
Hi,

I have one QGraphicsWidget on QGraphicsScene. I want this QGraphicsWidget to be resized when selected and mouse is dragged. I am able to do this to QGraphicsItem but not to QGraphicsWidget. Can anybody help me out on this.

Thanks

Manish