[PyQt] Drag to system
Hugo Léveillé
hugol at fastmail.net
Wed Sep 8 14:05:21 BST 2010
I have made a event to get the path of a file dragged into my pyqt app
with this:
path = event.mimeData().urls()
But I would like to make to exact opposite ( to drag an item of my app
into another app that expect a file drop)
I looked in the doc on how I could set an URL to my listWidgetItem but
didn't find anything. So is this possible ?
Thanks
--
Hugo Léveillé
hugol at fastmail.net
More information about the PyQt
mailing list