|
|
A wrapper around QCursor that allows for "themed" cursors.
Currently, the only themed cursor is a 'hand' cursor.
A typical usage would be
setCursor(KCursor::handCursor());
KCursor () |
Constructor.
Does not do anything so far.
QCursor handCursor () |
Retrieve the proper hand cursor according to the current GUI style (static function).
QCursor arrowCursor () |
Retrieve the proper arrow cursor according to the current GUI style (static function).
QCursor upArrowCursor () |
Retrieve the proper up arrow cursor according to the current GUI style (static function).
QCursor crossCursor () |
Retrieve the proper cross-hair cursor according to the current GUI style (static function).
QCursor waitCursor () |
Retrieve the proper hourglass cursor according to the current GUI style (static function).
QCursor ibeamCursor () |
Retrieve the proper text cursor according to the current GUI style (static function).
QCursor sizeVerCursor () |
Retrieve the proper vertical resize cursor according to the current GUI style (static function).
QCursor sizeHorCursor () |
Retrieve the proper horizontal resize cursor according to the current GUI style (static function).
QCursor sizeBDiagCursor () |
Retrieve the proper diagonal resize (/) cursor according to the current GUI style (static function).
QCursor sizeFDiagCursor () |
Retrieve the proper diagonal resize (\) cursor according to the current GUI style (static function).
QCursor sizeAllCursor () |
Retrieve the proper all-directions resize cursor according to the current GUI style (static function).
QCursor blankCursor () |
Retrieve a blank or invisible cursor (static function).