Details
-
Type:
Suggestion
-
Status: Reported
-
Priority:
P4: Low
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 7.0 (Next Major Release)
-
Component/s: GUI: Drag and Drop
-
Labels:
Description
The method QDrag::setDragCursor() gives the possiblity to change the cursor while in Drag and Drop, but the cursor given as a parameter is a QPixmap.
I would be more consistent to be also able to pass a QCursor.
This should also make it possible to use cursors constructed with a CursorShape with setDragCursor(). Alternatively, QCursor::pixmap() should return a pixmap for cursors created with a CursorShape or native handle argument.