资 源 简 介
Description
QRemoteSignal library allows you to connect Qt4 signals and slots between different applications. It is designed to simplify development of client-server network applications with Qt.
All signals and slots shared by you server are specified in a small simple XML files. Code generation utility which comes with QRemoteSignal produces two classes: one to be used in the server and one to be used in the client application. Calling a slot in one produced class causes emitting the signal with the same name and parameters in another one class. See library documentation to learn how to use this library in your application.
Version 1.2.0 brings one API backward compatibility issue. Unfortunately I haven"t found any way