I need to get access to the javascript QScriptEngine in a QWebFrame. Is that possible?
Well, at least I think I need access to it. In response to a javascript call I need to allocate a new object, return it to javascript and hand ownership of the object to javascript so that it can be garbage collected. It looks like QScriptEngine::newQObject would allow me to transfer ownership. Maybe this isn't the right approach.
Thanks! Alex