PDA

View Full Version : Editable QWebView, how to insert text at pos() ? Determine index position at QPoint ?



BillGates
22nd May 2011, 23:34
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