cl0ne / resizer-item

A resizer QGraphicsItem.
Other
8 stars 4 forks source link

Handler items can ignore transfomations #3

Closed nst1911 closed 3 years ago

nst1911 commented 3 years ago

Resizer handle items can ignore view and scene transformation by using GraphicsItemResizer::setHandlersIgnoreTransformations(bool). For example, it would be useful when attached graphics views can be zoomed or rotated - handlers will have the same size and relative position. A lot of graphics editors resize handlers are implemented like that. 1 2 3