views:

27

answers:

0

I'm trying to implement a simple notebook in Qt. Microsoft OneNote allows text or an image from a website to be inserted by Drag&Drop with an attached link to the source that looks like this for the stackoverflow logo on the 'ask' page: Inserted from <http://stackoverflow.com/questions/ask>. With the QT dropsite example, I examined all the information thats transported by the QMimeData object, but didn't find something really helpful.

Do you know a way to do this in pure Qt or at least with not so much platform-dependant code?