DropDebugger

Inheritance diagram of DropDebugger
class DropDebugger(parent=None)[source]

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

Import from taurus.qt.qtgui.util as:

from taurus.qt.qtgui.util import DropDebugger
dragEnterEvent(self, a0: Optional[QDragEnterEvent])[source]
dropEvent(event)[source]

reimplemented to support drag&drop of models. See QWidget