The Qt Remote Objects module provides an easy to use mechanism for sharing a QObject (Properties/Signals/Slots) between processes. 更多...
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 |
QRemoteObjectDynamicReplica | 动态实例化 Replica |
QRemoteObjectHost | Qt Remote Objects 网络 (主机) 节点 |
QRemoteObjectHostBase | Host 和 RegistryHost 类共有的基本功能 |
QRemoteObjectNode | Qt Remote Objects 网络节点 |
QRemoteObjectPersistedStore | Virtual class provides the methods for setting PROP values of a replica to value they had the last time the replica was used |
QRemoteObjectRegistryHost | Qt Remote Objects 网络 (主机/注册) 节点 |
QRemoteObjectRegistry | 保持 Qt Remote Objects 网络可用 Source 对象有关信息的类 |
QRemoteObjectReplica | 与远程对象网络 Qt API 交互 (但未实现) 的类 |
要使用
QtRemoteObjects
in your application, add the following configuration option to your
.pro
文件:
QT += remoteobjects
使用以下 include 在源文件中:
#include <QtRemoteObjects>
见 Qt Remote Objects 概述 了解模块的介绍。