Qt Remote Objects 范例

列表 Qt Remote Objects 范例。

模型/视图客户端

Developing a very simple client program which displays the content and changes made on a server.

模型/视图服务器

Developing a simple server program that displays and makes changes to a QTreeView which is made available on a Remote Objects network.

QtRemoteObjects WebSockets Applications

Using a non-QIODevice-based transport (QWebSocket) with QtRemoteObjects.

SSL 服务器和客户端

Setting up a secure Remote Object network using QSslSockets.

Simpleswitch Direct Server and Client

A minimalist Remote Object server and client.

时间客户端应用程序

A client who holds a replica of a time object from a server and displays the time in a clock.

时间服务器应用程序

A server which shares a time object with connected clients.