In Qt application if there is the equivalent of QApplication::setFont , which sets the default cursor for the application, which should be overwritten by setting it to a specific widget?
QApplication::setOverrideCursor overrides any specific widget, I want to take local precidene about it, but I still use my cursor, if I do not have it.
source share