python - Drag'n'Drop from Outlook only for one Attachment in Qt? -
i accept drops outlook in application. extract filenames funny torture, have list of them. if ask filecontents empty messages (.msg files). , dropped attachments see content of first one.
environment only windows + python 3.3 + pyside + qt 4.8
use
data = event.mimedata().data("filecontents") print(len(data))
how can filecontent of message type? , how drop multiple files?
there type names "qwindowsmime", have no idea if me.
// jay
ok, till bug , pyside has no qwindowsmime. think fix in qt 4.x never comes, must wait pyside qt 5.0, has class qwindowsmimeconverter.
// jay
Comments
Post a Comment