Class QCursor
Contains the CSS styles one can put for the cursor on a "div".
string |
NotSet
Undefined |
#
'NotSet'
|
string |
Auto
Auto |
#
'auto'
|
string |
Cell
Cell selection cursor (like one used in MS Excel) |
#
'cell'
|
string |
ContextMenu
Right click context menu icon |
#
'context-menu'
|
string |
ColResize
The cursor indicates that the column can be resized horizontally |
#
'col-resize'
|
string |
Copy
Indicates something is going to be copied |
#
'copy'
|
string |
CrossHair
Frag the damn enemy! |
#
'crosshair'
|
string |
CursorDefault
Whatever the browser wants to |
#
'default'
|
string |
Grab
Indicating that something can be grabbed (like hand control when reading a PDF) |
#
'grab'
|
string |
Grabbing
Indicating that something is being grabbed (closed hand control when you drag a page in a PDF reader) |
#
'grabbing'
|
string |
Help
When you feel like running for your life! (the cursor usually is a '?' symbol) |
#
'help'
|
string |
NoDrop
When a dragged element cannot be dropped |
#
'no-drop'
|
string |
None
No cursor at all - cursor gets invisible |
#
'none'
|
string |
NotAllowed
When an action is not allowed (can appear on disabled controls) |
#
'not-allowed'
|
string |
Pointer
For links (usually creates the 'hand') |
#
'pointer'
|
string |
Progress
Indicates an event in progress |
#
'progress'
|
string |
Move
The icon to move things across |
#
'move'
|
string |
Text
Creates the 'I' cursor usually seen over editable controls |
#
'text'
|
string |
VerticalText
The text editing (I) cursor rotated 90 degrees for editing vertically written text |
#
'vertical-text'
|
string |
Wait
Hourglass |
#
'wait'
|
string |
ZoomIn
Magnification glass style zoom in (+) cursor |
#
'zoom-in'
|
string |
ZoomOut
Magnification glass style zoom out (-) cursor |
#
'zoom-out'
|
string |
EResize
Right edge resize |
#
'e-resize'
|
string |
EWResize
Horizontal bi-directional resize cursor |
#
'ew-resize'
|
string |
NResize
Top edge resize |
#
'n-resize'
|
string |
NEResize
Top-right resize |
#
'ne-resize'
|
string |
NESWResize
Bidirectional North-East or South-West resize |
#
'nesw-resize'
|
string |
NSResize
Bidirectional vertical resize cursor |
#
'ns-resize'
|
string |
NWResize
Top-left resize |
#
'nw-resize'
|
string |
NWSEResize
Bidirectional North-West or South-East resize cursor |
#
'nwse-resize'
|
string |
RowResize
Row can be resized (you might see it when trying to alter height of a row in MS Excel) |
#
'row-resize'
|
string |
SResize
Bottom edge resize |
#
's-resize'
|
string |
SEResize
Bottom-right resize |
#
'se-resize'
|
string |
SWResize
Bottom-left resize |
#
'sw-resize'
|
string |
WResize
Left edge resize |
#
'w-resize'
|