Qt 6.11 is out! See what's new in the release
blog
How to implement drag and drop in qml
QML and Qt Quick
4
Posts
2
Posters
3.9k
Views
1
Watching
-
please someone can tell me how to implement drag and drop in qml ,thank you!
-
have a look at this discussion:
-
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