QCursor Class Reference
[QtGui module]
Methods
- __init__ (self)
- __init__ (self, Qt.CursorShape)
- __init__ (self, QBitmap, QBitmap, int hotX = -1, int hotY = -1)
- __init__ (self, QPixmap, int hotX = -1, int hotY = -1)
- __init__ (self, QCursor)
- __init__ (self, QVariant variant)
- QBitmap bitmap (self)
- QPoint hotSpot (self)
- QBitmap mask (self)
- QPixmap pixmap (self)
- setShape (self, Qt.CursorShape)
- Qt.CursorShape shape (self)
Static Methods
Detailed Description
A
Qt.CursorShape
may be used whenever a
QCursor
is expected.
Method Documentation
QCursor.__init__ (self)
QCursor.__init__ (self, QBitmap, QBitmap, int hotX = -1, int hotY = -1)
QCursor.__init__ (self, QPixmap, int hotX = -1, int hotY = -1)
QCursor.__init__ (self, QCursor)
QCursor.__init__ (self, QVariant variant)
QBitmap QCursor.bitmap (self)
QPoint QCursor.hotSpot (self)
QBitmap QCursor.mask (self)
QPixmap QCursor.pixmap (self)
QPoint QCursor.pos ()
QCursor.setPos (int, int)
QCursor.setPos (QPoint)