Uses of Class
io.qt.gui.QHoverEvent
Package | Description |
---|---|
io.qt.gui | |
io.qt.quick |
-
Uses of QHoverEvent in io.qt.gui
Methods in io.qt.gui that return QHoverEvent Modifier and Type Method Description QHoverEvent
QHoverEvent. clone()
Methods in io.qt.gui with parameters of type QHoverEvent Modifier and Type Method Description protected void
QHoverEvent. set(QHoverEvent other)
Constructors in io.qt.gui with parameters of type QHoverEvent Constructor Description QHoverEvent(QHoverEvent arg__1)
-
Uses of QHoverEvent in io.qt.quick
Methods in io.qt.quick with parameters of type QHoverEvent Modifier and Type Method Description protected void
QQuickItem. hoverEnterEvent(QHoverEvent event)
protected void
QQuickItem. hoverLeaveEvent(QHoverEvent event)
protected void
QQuickItem. hoverMoveEvent(QHoverEvent event)