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