QGraphicsItem resizing approach
Unsolved
General and Desktop
-
I have got various QGraphicsItem's which are drawn on the QGraphicsScene. Currently, for resizing the items, I have provided a widget which opens when context menu is invoked on any item, the user then enters the value of width and height as required for the size to be altered. This works.
I am looking for resizing as can be done in some Microsoft apps when the user selects a graphics items, the bounding rect is highlighted, the user
then expands and contracts one of the corners for the width and height to get altered. Is there any existing solution for this which I'm not aware of or some example implemented which can be adapted. -
@faiszalkhan
this might be of interest for you