QtScript
Sign in to saveQtScript is a scripting engine that has been part of the Qt cross-platform application framework since version 4.3.0. It was first deprecated as of Qt 5.5, then dropped as of Qt 6.5, and replaced by Qt Meta-object Language (QML).
Wikidata facts
Show 2 more facts
- source code repository URL
- github.com/qt/qtscript
- software version identifier
- 5.12.12
Sources (2)
via Wikidata · CC0
~2 min read
Article
3 sectionsContents
- Qt Script for Applications (QSA)
- References
- External links
QtScript is a scripting engine that has been part of the Qt cross-platform application framework since version 4.3.0. It was first deprecated as of Qt 5.5, then dropped as of Qt 6.5, and replaced by Qt Meta-object Language (QML).
The scripting language is based on the ECMAScript standard with a few extensions, such as QObject-style signal and slot connections. The library contains the engine, and a C++ application programming interface (API) for evaluating QtScript code and exposing custom QObject-derived C++ classes to QtScript.