Description
Provides Qt Script classes for applications that need older Qt 4-compatible scripting behavior. It helps legacy Qt 5 applications keep scriptable features without redesigning them around newer JavaScript engines.
Developers use it as a compatibility library. Scripting can execute application logic, so expose only safe APIs and avoid running untrusted scripts without sandboxing.