C++ (Qt)qApp->overrideCursor()->pixmap();
C++ (Qt)QPixmap QCursor::pixmap () constReturns the cursor pixmap. This is only valid if the cursor is a pixmap cursor.
qApp->overrideCursor()->pixmap();
QApplication::overrideCursor()->pixmap();