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.
QML Model-View Client Making a QAbstractItemModelReplica available to QML and using it from QML.
QtRemoteObjects Bluetooth LE Example Using QtBluetooth Low Energy (BT LE or BLE for short) as a transport medium with Qt Remote Objects.
QtRemoteObjects SSL Example Setting up a secure Remote Object network using QSslSockets.
QtRemoteObjects WebSockets Example Using a non-QIODevice-based transport (QWebSocket) with QtRemoteObjects.