Hello,

Thanks much for your time!

Is there a way to add the ability to edit the size of a QGraphicsItem such as you can with the selection and moving capability?
I wish there was a way to add QGraphicsItem::ItemIsResizable to:

Qt Code:
  1. // ...
  2. item->setFlags(QGraphicsItem::ItemIsSelectable | QGraphicsItem::ItemIsMovable | ...);
To copy to clipboard, switch view to plain text mode 
Is the intent for Qt to eventually provide this capability to their framework?

For now, is it required to roll your own resize controls ... even for standard shapes?

Thanks much,
Ben