Uses of Class
io.qt.gui.QDragMoveEvent
Package | Description |
---|---|
io.qt.gui | |
io.qt.quick | |
io.qt.quick.widgets | |
io.qt.webengine.widgets | |
io.qt.widgets |
-
Uses of QDragMoveEvent in io.qt.gui
Subclasses of QDragMoveEvent in io.qt.gui Modifier and Type Class Description class
QDragEnterEvent
Event which is sent to a widget when a drag and drop action enters it -
Uses of QDragMoveEvent in io.qt.quick
Methods in io.qt.quick with parameters of type QDragMoveEvent Modifier and Type Method Description protected void
QQuickItem. dragMoveEvent(QDragMoveEvent arg__1)
-
Uses of QDragMoveEvent in io.qt.quick.widgets
Methods in io.qt.quick.widgets with parameters of type QDragMoveEvent Modifier and Type Method Description protected void
QQuickWidget. dragMoveEvent(QDragMoveEvent arg__1)
-
Uses of QDragMoveEvent in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets with parameters of type QDragMoveEvent Modifier and Type Method Description protected void
QWebEngineView. dragMoveEvent(QDragMoveEvent e)
-
Uses of QDragMoveEvent in io.qt.widgets
Methods in io.qt.widgets with parameters of type QDragMoveEvent Modifier and Type Method Description protected void
QAbstractItemView. dragMoveEvent(QDragMoveEvent event)
protected void
QAbstractScrollArea. dragMoveEvent(QDragMoveEvent arg__1)
protected void
QGraphicsView. dragMoveEvent(QDragMoveEvent event)
protected void
QLineEdit. dragMoveEvent(QDragMoveEvent e)
protected void
QListView. dragMoveEvent(QDragMoveEvent e)
protected void
QPlainTextEdit. dragMoveEvent(QDragMoveEvent e)
protected void
QTextEdit. dragMoveEvent(QDragMoveEvent e)
protected void
QTreeView. dragMoveEvent(QDragMoveEvent event)
protected void
QWidget. dragMoveEvent(QDragMoveEvent event)