Uses of Class
io.qt.gui.QDropEvent
Package | Description |
---|---|
io.qt.gui | |
io.qt.quick | |
io.qt.quick.widgets | |
io.qt.webengine.widgets | |
io.qt.widgets |
-
Uses of QDropEvent in io.qt.gui
Subclasses of QDropEvent 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 itclass
QDragMoveEvent
Event which is sent while a drag and drop action is in progress -
Uses of QDropEvent in io.qt.quick
Methods in io.qt.quick with parameters of type QDropEvent Modifier and Type Method Description protected void
QQuickItem. dropEvent(QDropEvent arg__1)
-
Uses of QDropEvent in io.qt.quick.widgets
Methods in io.qt.quick.widgets with parameters of type QDropEvent Modifier and Type Method Description protected void
QQuickWidget. dropEvent(QDropEvent arg__1)
-
Uses of QDropEvent in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets with parameters of type QDropEvent Modifier and Type Method Description protected void
QWebEngineView. dropEvent(QDropEvent e)
-
Uses of QDropEvent in io.qt.widgets
Methods in io.qt.widgets with parameters of type QDropEvent Modifier and Type Method Description protected void
QAbstractItemView. dropEvent(QDropEvent event)
protected void
QAbstractScrollArea. dropEvent(QDropEvent arg__1)
protected void
QGraphicsView. dropEvent(QDropEvent event)
protected void
QLineEdit. dropEvent(QDropEvent arg__1)
protected void
QListView. dropEvent(QDropEvent e)
protected void
QListWidget. dropEvent(QDropEvent event)
protected void
QPlainTextEdit. dropEvent(QDropEvent e)
protected void
QTableWidget. dropEvent(QDropEvent event)
protected void
QTextEdit. dropEvent(QDropEvent e)
protected void
QTreeWidget. dropEvent(QDropEvent event)
protected void
QWidget. dropEvent(QDropEvent event)