Details
-
Type:
Task
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.15.0 Beta1
-
Fix Version/s: None
-
Component/s: GUI: Drag and Drop
-
Labels:None
-
Platform/s:
Description
QCursor::setDragCursor provides a convenient function to modify the cursor during drag events.
However, its sibling Drag Qml Type does not provide such a method, which makes it impossible to stay consistent across drag and drop events when these are created both from the qml and the cpp.