Bases: PyQt4.QtGui.QLabel
A simple utility for debugging drag&drop.
This widget will accept drops and show a pop-up with the contents
of the MIME data passed in the drag&drop
-
dragEnterEvent
(event)[source]
-
dropEvent
(event)[source]
reimplemented to support drag&drop of models. See QWidget