PDA

View Full Version : Resize controls on canvas item



joandelason
29th April 2010, 22:50
Id like to draw and resize boxes in a canvas.
Is there any way to add resize controls in a QCanvasItem (you know, these 8 black squares) , so that the user can resize a QCanvasRectangle?

Thank you!

axeljaeger
6th May 2010, 10:10
No, there is not. You will need to do that yourself. See http://th30z.netsons.org/2010/01/qt4-image-crop-item/ for a start.