QRemoteObjectRegistry

PyQt5.QtRemoteObjects.QRemoteObjectRegistry

Inherits from QRemoteObjectReplica.

Description

A class holding information about Source objects available on the Qt Remote Objects network.

The Registry is a special Source/Replica pair held by a node itself. It knows about all other `Source <https://doc.qt.io/qt-5/qtremoteobjects-source.html#source>`_s available on the network, and simplifies the process of connecting to other nodes.

Methods

sourceLocations() → Dict[str, QRemoteObjectSourceLocationInfo]

TODO

Signals

remoteObjectAdded(Tuple[str, QRemoteObjectSourceLocationInfo])

TODO


remoteObjectRemoved(Tuple[str, QRemoteObjectSourceLocationInfo])

TODO