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
|
QDragEnterEvent | Event which is sent to the widget when a drag and drop first drags onto the widget
|
QDragLeaveEvent | Event which is sent to the widget when a drag and drop leaves the widget
|
QDragMoveEvent | Event which is sent while a drag and drop is in progress
|
QDragObject | Encapsulates MIME-based data transfer
|
QDropEvent | Event which is sent when a drag and drop is completed
|
QIconDrag | Supports drag and drop operations within a QIconView
|
QIconDragItem | Encapsulates a drag item
|
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
|