QtRemoteObjects WebSockets Example#
This example shows how you could use a non- QIODevice
-based transport ( QWebSocket
) with QtRemoteObjects . This is achieved by implementing a small QIODevice
-derived wrapper for QWebSocket
.
This example shows how you could use a non- QIODevice
-based transport ( QWebSocket
) with QtRemoteObjects . This is achieved by implementing a small QIODevice
-derived wrapper for QWebSocket
.