In a Qt application, is there an equivalent to QApplication::setFont
that sets the applications default cursor, to be overwritten by setting one on a specific widget?
QApplication::setOverrideCursor
overrides all widget specific ones, I want local ones to take precidene over this one, but still use my cursor if I didn't specify one.
thanks for the help.