taurus taurus

Previous topic

ConfigurationMenu

Next topic

ExternalAppAction

This Page

DropDebugger

Inheritance diagram of DropDebugger

class DropDebugger(parent=None)

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)
dropEvent(event)

reimplemented to support drag&drop of models. See QWidget