Hey @all,

i've started to create a simple drawing editor for my own.
So, i have 2 questions about that:
1.) How can i draw "self resizing objects" (Rectangle, ellipse, ...).
With "self resizing objects" i mean, that i click with the mouse onto the graphicsscene and move the mouse while the left mouse key is pressed,
to draw e.g. rectangles in different sizes?
2.) Is there already a function or something similar to QGraphicsItem::ItemIsMoveable or QGraphicsItem::ItemIsSelectable which draws a border around the object with 8 small rectangles, so i can resize, transform or rotate the object?

I've already read the diagram scene example, but there aren't such functions used.

Thanks in advance

Best Regards
NoRulez