Qt Remote Objects C++ Classes
Provides an easy to use mechanism for sharing a QObject's Properties, Signals, or Slots, between processes. More...
Namespaces
| Contains identifiers used in the Remote Objects module, as well as some functions used from code generated by the Replica Compiler (repc) | 
Classes
| A templated version of QRemoteObjectPendingCall | |
| A class that holds information about client backends available on the Qt Remote Objects network | |
| A class that holds information about server backends available on the Qt Remote Objects network | 
Detailed Description
To include the definitions of the module's classes, use the following directive:
 #include <QtRemoteObjects>
To link against the module, add this line to your qmake .pro file:
QT += remoteobjects
For more information, see Getting Started with Qt Remote Objects.