Qt Script Tools C++ Classes

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