Home · All Classes · Modules

QtScript Module

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

Types

Module Functions


Detailed Description

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

Function Documentation

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

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


PyQt 4.12.3 for X11Copyright © Riverbank Computing Ltd and The Qt Company 2015Qt 4.8.7