Qt piping data between plugins
问题 I'm developing an app based on plugins, following the Echo Plugin Example. So far so good. Now I'm at a point where I would like to pipe data between plugins. I have one plugin which establishes a network connection using QTcpSocket and I have another plugin in which I would like to display the data in a QTextEdit . How do I pipe the data between plugins? If both where simple objects I will do simple signal slot connection, but since the interface of plugins doesn't derive from QObject it's