How Can Call C++ Function in WebView Javascript?
Unsolved
Qt WebKit
-
Hi,
I have webView that connect to server and run a html page I need to share function to to be callable inside javascript .
How can i do this ?Use QObject bridge:
http://doc.qt.io/qt-4.8/qtwebkit-bridge.html
After you add qobject-derived object to JS you can call its slots, signals or invocable methods