MCPcopy Create free account
hub / github.com/Tokeii0/VolatilityPro / dragEnterEvent

Method dragEnterEvent

QtGUI_run.py:69–71  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

67 self.ui.comboBox.addItem(profile.strip())
68
69 def dragEnterEvent(self, event):
70 if event.mimeData().hasUrls():
71 event.acceptProposedAction()
72
73 def dropEvent(self, event):
74 urls = event.mimeData().urls()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected