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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -