For example I loaded three scripts by:
I can unload last script by engine.popContext() but how can I unload first script?Qt Code:
engine.evaluate(script1); engine.pushContext(); engine.evaluate(script2); engine.pushContext(); engine.evaluate(script3);To copy to clipboard, switch view to plain text mode





Reply With Quote

Bookmarks