These classes deal with drag and drop and the necessary mime type encoding and decoding. See also Drag and Drop with Qt.
QDragEnterEvent | The QDragEnterEvent class provides an event which is sent to a widget when a drag and drop action enters it. |
QDragLeaveEvent | The QDragLeaveEvent class provides an event that is sent to a widget when a drag and drop action leaves it. |
QDragMoveEvent | The QDragMoveEvent class provides an event which is sent while a drag and drop action is in progress. |
QDropEvent | The QDropEvent class provides an event which is sent when a drag and drop action is completed. |
QMacPasteboardMime | The QMacPasteboardMime class maps open-standard MIME to Mac flavors. |
QWindowsMime | The QWindowsMime class maps open-standard MIME to Window Clipboard formats. |