Qt Webkit bridge ActiveQt string
问题 See also for part of my issue: String passing from JavaScript to Qt/C++ object I use this custom WebPage on my WebView (using setPage ), the strings are passed in wrongly. When I disable calling setPage , the strings passed correctly. I have a C++ object (that inherits from QWidget ) that displays an activeX on a webpage (using ActiveQt and QWebView ). The ActiveX object displays just fine. I've registered the custom type and used the Qt MetaType system to instantiate the HTML object. If I