Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Before Qt 4.8 after right mouse click on web page the word or link under cursor was selected, but in version 4.8 this behaviour was removed from webkit, how can I implement such functionality in Qt application? May be java-script can do this?
Try to look into QWebHitTestResult and QWebHitTestResult QWebFrame::hitTestContent ( const QPoint & pos ) const
Maybe it will help....
QWebHitTestResult tells about content under cursor, but can`t change it selection.
Any one manage or have an idea how to solve this problem? Or similar how to get text that is under cursor?