-
首页
-
PyQt 4.11.4
-
所有类
-
模块
QtScript Module
The QtScript module provides classes that allow access to Qt's ECMAScript interpreter from your PyQt applications.
更多...
类型
模块函数
-
bool
qScriptConnect
(QObject
sender
, SIGNAL()
signal
, QScriptValue
receiver
, QScriptValue
function
)
-
bool
qScriptDisconnect
(QObject
sender
, SIGNAL()
signal
, QScriptValue
receiver
, QScriptValue
function
)
详细描述
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
)
-
首页
-
PyQt 4.11.4
-
文档编制