How to move rectangle with mouse ?
-
How can I move rectangle with drag and drop ?
-
You need to add a MouseArea to it and set up the drag property: link.
-
Hi,
Just add MouseArea and make target of rectangle which you want to drag. Use drag property and just set X and Y of the mouse to the Rectangle's X and Y.
1/3