QRemoteObjectPendingCallWatcher

Provides a QObject -based API for watching a QRemoteObjectPendingCall . More

Inheritance diagram of PySide6.QtRemoteObjects.QRemoteObjectPendingCallWatcher

Synopsis

Functions

Signals

Detailed Description

QRemoteObjectPendingCallWatcher provides a signal indicating when a QRemoteObjectPendingCall has finished, allowing for convenient, non-blocking handling of the call.

class PySide6.QtRemoteObjects.QRemoteObjectPendingCallWatcher(call[, parent=None])
Parameters
PySide6.QtRemoteObjects.QRemoteObjectPendingCallWatcher.finished(self)
Parameters

selfPySide6.QtRemoteObjects.QRemoteObjectPendingCallWatcher

PySide6.QtRemoteObjects.QRemoteObjectPendingCallWatcher.waitForFinished()

Blocks until the remote call has finished.