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 應用程序

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 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.