These classes deal with drag and drop and the necessary mime type encoding and decoding. See also Drag and Drop with Qt.
| QColorDrag | Drag and drop object for transferring colors between widgets
|
| 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
|
| QDragObject | Encapsulates MIME-based data transfer
|
| QDropEvent | Event which is sent when a drag and drop action is completed
|
| QImageDrag | Drag and drop object for transferring images
|
| QMacMime | Maps open-standard MIME to Mac flavors
|
| QMimeSource | Abstraction of objects which provide formatted data of a certain MIME type
|
| QStoredDrag | Simple stored-value drag object for arbitrary MIME data
|
| QTextDrag | Drag and drop object for transferring plain and Unicode text
|
| QUriDrag | Drag object for a list of URI references
|
| QWindowsMime | Maps open-standard MIME to Window Clipboard formats
|