Is there any way I can expose a C++ object/function to JavaScript running inside the QtWebKit browser in Qt? It’s possible to expose ActionScript objects to JS code running inside the WebKit browser in Adobe AIR – I’m looking for similar functionality in Qt.
Share
Yes. Take a look at this. It should be a good start.