Hi

I am trying to subclass an editable QWebView in order to implement Drag and Drop. I have some basic html in the editable webview.
The problem is: i dont know how to "map" between event->pos() in dropEvent(e) and the text position in the WebView.

any suggestions are welcome