Home · All Classes · Modules

QtDBus Module

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...

Types


Detailed Description

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.3 for X11Copyright © Riverbank Computing Ltd and The Qt Company 2015Qt 4.8.7