Finding web source of Drag&Drop with Qt
Posted
by UncaughtException
on Stack Overflow
See other posts from Stack Overflow
or by UncaughtException
Published on 2010-04-14T17:49:58Z
Indexed on
2010/04/14
17:53 UTC
Read the original article
Hit count: 240
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?
© Stack Overflow or respective owner