QWebChannelAbstractTransport露
- PyQt5.QtWebChannel.QWebChannelAbstractTransport
Inherits from QObject.
Description露
Communication channel between the C++ QWebChannel server and a HTML/JS client.
Users of the QWebChannel must implement this interface and connect instances of it to the QWebChannel server for every client that should be connected to the QWebChannel. The Qt WebChannel Standalone Example shows how this can be done using Qt WebSockets.
Note: The JSON message protocol is considered internal and might change over time.
See also
Methods露
- __init__(parent: QObject = None)
TODO
- sendMessage(Dict[str, Union[QJsonValue, Type, Iterable[QJsonValue], bool, int, float, str]])
TODO
Signals露
- messageReceived(Dict[str, Union[QJsonValue, Type, Iterable[QJsonValue], bool, int, float, str]], QWebChannelAbstractTransport)
TODO