Any answers to this question ??
I have the same issue. I'm not even sure this is possible. Can an image embedded in a WordPad file be copy and pasted into QTextEdit ? (it also can't seem to go the other way). I have extended the QTextEdit class and can successfully copy and paste png or bmp files from Windows Explorer, which come through as Urls, but when an image is dragged over from Word Pad the formats include "Rich Text Format" and "Embedded Object". Is it even possible to paste these into Qt? My overridden insertFromMimeData, otherwise works pretty well. Is the solution to convert the rtf formatted data to html ? Is there any easy way to extract the embedded images ?
Thanks
Bookmarks