QDragEnterEvent

PyQt5.QtGui.QDragEnterEvent

Inherits from QDragMoveEvent.

Description

The QDragEnterEvent class provides an event which is sent to a widget when a drag and drop action enters it.

A widget must accept this event in order to receive the QDragMoveEvent that are sent while the drag and drop action is in progress. The drag enter event is always immediately followed by a drag move event.

QDragEnterEvent inherits most of its functionality from QDragMoveEvent, which in turn inherits most of its functionality from QDropEvent.

Methods

__init__(QDragEnterEvent)

TODO


__init__(QPoint, Union[DropActions, DropAction], QMimeData, Union[MouseButtons, MouseButton], Union[KeyboardModifiers, KeyboardModifier])

TODO