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