Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how simulate drag even on listview containg images
From QML u will not be able to do this. May be you can try from C++ side by finding appropriate QML object, creating the events & posting them to object using postEvent. It is complex procedure.
I am fresher to qt, will you please guide me with sample example