The Qt Remote Objects module provides an easy to use mechanism for sharing a QObject (Properties/Signals/Slots) between processes. 更多...
QRemoteObjectAbstractPersistedStore | 提供用于将复制 PROP 值设为最后一次使用复制时的值的方法的类 |
QRemoteObjectDynamicReplica | 动态实例化 Replica |
QRemoteObjectHost | Qt Remote Objects 网络 (主机) 节点 |
QRemoteObjectHostBase | Host 和 RegistryHost 类共有的基本功能 |
QRemoteObjectNode | Qt Remote Objects 网络节点 |
QRemoteObjectRegistry | 保持 Qt Remote Objects 网络可用 Source 对象有关信息的类 |
QRemoteObjectRegistryHost | Qt Remote Objects 网络 (主机/注册) 节点 |
QRemoteObjectReplica | 与远程对象网络 Qt API 交互 (但未实现) 的类 |
QtROClientFactory | A class holding information about client backends available on the Qt Remote Objects network |
QtROServerFactory | A class holding information about server backends available on the Qt Remote Objects network |
To use Qt Remote Objects in your application, add the following configuration option to your
.pro
文件:
QT += remoteobjects
使用以下 include 在源文件中:
#include <QtRemoteObjects>
见 Qt Remote Objects 概述 了解模块的介绍。