Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
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.