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.
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.