I hope you have set the MouseArea::drag.target correctly? Make sure that
your drag target is either Image or it's parent. Also make sure that your
drag.target does not have anchors set for drag.axis direction, for example
a drag target anchored left and right can not be moved in x direction.
On W
I am making a QtQuick application. I am making use of drag and drop. I
want to drag images from one column of the UI into another. When I run
the application, the image stays in its place and a black tile is what
gets dragged. I want to be able to drag the image.
The hierarchy of various component