How to move rectangle with mouse ?
-
wrote on 18 May 2015, 08:24 last edited by
How can I move rectangle with drag and drop ?
-
You need to add a MouseArea to it and set up the drag property: link.
-
How can I move rectangle with drag and drop ?
wrote on 19 May 2015, 07:33 last edited byHi,
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.
2/3