Uses of Class
io.qt.gui.QCursor
Package | Description |
---|---|
io.qt.gui | |
io.qt.quick | |
io.qt.widgets |
-
Uses of QCursor in io.qt.gui
Methods in io.qt.gui that return QCursor Modifier and Type Method Description QCursor
QCursor. clone()
QCursor
QWindow. cursor()
The cursor shape for this windowstatic QCursor
QGuiApplication. overrideCursor()
Methods in io.qt.gui with parameters of type QCursor Modifier and Type Method Description static void
QGuiApplication. changeOverrideCursor(QCursor arg__1)
void
QWindow. setCursor(QCursor arg__1)
Set the cursor shape for this windowstatic void
QGuiApplication. setOverrideCursor(QCursor arg__1)
void
QCursor. swap(QCursor other)
-
Uses of QCursor in io.qt.quick
Methods in io.qt.quick that return QCursor Modifier and Type Method Description QCursor
QQuickItem. cursor()
Methods in io.qt.quick with parameters of type QCursor Modifier and Type Method Description void
QQuickItem. setCursor(QCursor cursor)
-
Uses of QCursor in io.qt.widgets
Methods in io.qt.widgets that return QCursor Modifier and Type Method Description QCursor
QAbstractGraphicsShapeItem. cursor()
See QGraphicsItem::default QCursor
QGraphicsItem. cursor()
QCursor
QGraphicsItem.Impl. cursor()
See QGraphicsItem::QCursor
QGraphicsItemGroup. cursor()
See QGraphicsItem::QCursor
QGraphicsLineItem. cursor()
See QGraphicsItem::QCursor
QGraphicsObject. cursor()
See QGraphicsItem::QCursor
QGraphicsPixmapItem. cursor()
See QGraphicsItem::QCursor
QWidget. cursor()
Methods in io.qt.widgets with parameters of type QCursor Modifier and Type Method Description void
QWidget. grabMouse(QCursor arg__1)
void
QAbstractGraphicsShapeItem. setCursor(QCursor cursor)
See QGraphicsItem::void
QGraphicsItem.Impl. setCursor(QCursor cursor)
See QGraphicsItem::default void
QGraphicsItem. setCursor(QCursor cursor)
void
QGraphicsItemGroup. setCursor(QCursor cursor)
See QGraphicsItem::void
QGraphicsLineItem. setCursor(QCursor cursor)
See QGraphicsItem::void
QGraphicsObject. setCursor(QCursor cursor)
See QGraphicsItem::void
QGraphicsPixmapItem. setCursor(QCursor cursor)
See QGraphicsItem::void
QWidget. setCursor(QCursor arg__1)