Qt Service Framework Module

Service Framework is an Inter-Process Communications (IPC) and Remote Procedure Calling (RPC) machanism designed to operate very efficient, platform independent and be very easy to work with. It operates between Qt applications, and extends the well known Qt Signals and Slots mechanism to operate between different applications. More...

Detailed Description

To use the module in Qt Quick you will need to load it with the command

 import QtServiceFramework 5.0

For C++, to include the definitions of the module's classes, use the following directive:

 #include <QtServiceFramework>

And for linking against the module add this to your qmake .pro file

 QT += serviceframework

See more in the Qt Service Framework Overview.