change system cursorShapes with custom icons.
Unsolved
General and Desktop
-
I would like to override the standaard ArrowCursor throughout my application.
setOverrideCursor() seems to break all other cursors and the only solution I found so far is go through all my widgets and manualy set the cursor on top of the constructor. As I am having about 200 widgets in my application by now,... I am not looking forward to that. This solution also breaks cursor consistancy on Drag&Drop as it will in some instances reset to the default ArrowCursor.Is there something like:
app.setOverrideCursor(myCustomCursor, Qt::CursorShape::ArrowCursor)