here my specific code for the vertical resize:
Qt Code:
void bottom_resize(){ r.setBottom(event->pos().y()); setRect(r); scene()->update(); }To copy to clipboard, switch view to plain text mode
How can I mantein the local coordinate (0,0) on the centre of my resized item???
Bookmarks