I'd like to make my QRubberband
instance user resizeable. I've seen this question here but there isn't a solution.
The use case is that the user can drag out a selection marquee over a photo and then make fine adjustments by dragging on the QRubberband
margins to change geometry, or reposition existing geometry by dragging the selection. I have the repositioning implemented but I am wondering about resize handles for changing the geometry of the QRubberband.
Is it possible to use QSizeGrip here? Barring that, is there a standard way of checking for mouse-within-margin type events within Qt
or some other way to implement this? This is for a research app that doesn't need or warrant lots of effort on this feature but it would be good to have.