QtScript Module

The QtScript module provides classes that allow access to Qt's ECMAScript interpreter from your PyQt applications. 更多...

类型

模块函数


详细描述

The QtScript module provides classes for making PyQt applications scriptable with Qt's ECMAScript interpreter.

To import the module use, for example, the following statement:

from PyQt4 import QtScript
			

函数文档编制

bool qScriptConnect ( QObject   sender , SIGNAL()  signal , QScriptValue   receiver , QScriptValue   function )

bool qScriptDisconnect ( QObject   sender , SIGNAL()  signal , QScriptValue   receiver , QScriptValue   function )