Home · All Classes · Modules |
The QtDBus module provides classes for providing services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. More...
Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties.
The QtDBus module provides an interface that extends the Qt Signals and Slots mechanism, allowing one to connect to a signal emitted remotely as well as to connect a local signal to remote slot.
To import the module use, for example, the following statement:
from PyQt4 import QtDBus
See the D-Bus page for detailed information on how to use this module.
PyQt 4.12.1 for X11 | Copyright © Riverbank Computing Ltd and The Qt Company 2015 | Qt 4.8.7 |