Qt Remote Objects C++ Classes
Provides an easy to use mechanism for sharing a QObject's Properties, Signals, or Slots, between processes. More...
Classes
| 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.