The QtScriptTools 模块为使用 Qt Script 的应用程序提供额外组件。 更多...
该文档编制在 Qt 4.5 引入。
| QScriptEngineDebugger | QScriptEngine debugger |
Applications that use the Qt Script Tools classes need to be configured to be built against the QtScriptTools module. To include the definitions of the module's classes, use the following directive:
#include <QtScriptTools>
要链接到模块,添加此行到
qmake
.pro
文件:
QT += scripttools