Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
None
-
None
-
c825865cdd88445aa1db94cdf0da89426919acdb
Description
Implement a way to allow drag and drop between QSGItem. A use case would be to allow to connect two QSGItem by touching one and dragging it to the other. We should be able to take action on hover events and have access to the items where the drag started and ended.
If I'm not mistaken, in the previous QML MouseArea component would grab the mouse and then the other items would not receive any mouse events. Maybe it doesn't need dedicated classes, just letting the developper call ungrab() on the mousearea on exiting so that other items can grab it.
Attachments
Issue Links
- relates to
-
QTBUG-120341 QtQuick: DropArea does not work when placed over WebEngineView
- Reported
- replaces
-
QTBUG-20112 Need QML drag-and-drop support
- Closed