How to implement " find keyword" option in QwebView?
-
Hello,
I have created a browser using QWebView with input url.
My webview is loaded with the page I have requested.
Now I want to implement "Find keyword" for my browser.
This will include all search option as - 1) Match whole word, 2) Highlight all matches, 3) Match case.
Please suggest me for this.
Thanks
-
Take a look on "Simple Selector Example":http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-simpleselector-example.html
Does it work for you?