Hi guys,

I have a backend model in C++ that is being pushed to a ListView in QML. I want the user to be able to drag a list item from the list and drop it which will remove the element from the list.


Is drag and drop (or hacking to make it look like its really drag and dropping) possible with QML? If so could someone direct me to an example perhaps?

Thanks