The Qt Script Tools module provides a debugger that can be embedded into Qt applications that use Qt Script . The debugger enables the application user to inspect the state of the script environment and control script execution.
要包括模块类定义,使用以下指令:
#include <QtScriptTools>
					
					
						要链接到模块,添加此行到
						
							qmake
						
						
.pro
						
						文件:
					
QT += scripttools
Qt Script Tools is available under commercial licenses from Qt 公司 。此外,它在自由软件许可下也是可用的。从 Qt 5.4 起,这些自由软件许可是 GNU LGPL (次一般公共许可) 第 3 版 ,或 GNU GPL (一般公共许可) 第 2 版 。见 Qt 许可 进一步了解细节。