Is it possible to use QScriptEngine::pushContext to grab a QScriptContext out of a script file to then use QScriptContext::thisObject as a argument to another script so it could run with all the "saved" information associated with 'this' from the first script?

Bob