Hi! I subclassed QGraphicsProxyWidget to create an item where I put a label. I need to resize this item and to rotate it. I can rotate and resize it correctly. But... how do I write the boundingRect() method so that I get the correct rect after resize and rotate? I really can't make the method return the correct rect after rotation...
Thanks!
Bookmarks