how to drag rectangle for resizing in Qt
Unsolved
General and Desktop
-
i have painted a rectangle using paintEvent. now the thing is i want to resize the size of rectangle as i want . if i drag the left margin of the rectangle then only the size has to increase in the left side i.e the width should be changed in horizontal manner . if i drag the top margin only the top side size should be increased. how to do it.
-
Hi,
What are you painting on ?