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).
please someone can tell me how to implement drag and drop in qml ,thank you!
have a look at this discussion:
http://developer.qt.nokia.com/forums/viewthread/2426
as this it can implement drag and drop,but if i want to scroll horizontally in gridview by press mouse,it will be handled as drag and drop,how to distinguish them?thank you !
if i want to put the onPressed:{、、、、}and onReleased: {、、、}into delegate,how to implement the same function