Provides additional components for applications that use Qt Script. 更多...
This module was introduced in Qt 4.5.
| QScriptEngineDebugger | QScriptEngine debugger |
The Qt Script Tools module provides a debugger for applications that use Qt Script.
要包括模塊類定義,使用以下指令:
#include <QtScriptTools>
要鏈接到模塊,添加此行到
qmake
.pro
文件:
QT += scripttools