There are situations where you don’t want text to be selected and images to be dragged in your QWebView (See my previous post). Qt does not provide support out of the box, but this is fairly straightforward to do. I wrote a quick hack to demonstrate, get it here.
The QWebGraphicsItem actually has a setInteractive()
I haven’t tried it! I guess if you don’t want the browser drag/select but have elements with JavaScript based dnd this won’t work either