Qt Remote Objects' interoperability between operating systems

119 Views Asked by At

Can 2 Qt applications running on 2 different OSes -- one on Windows and the other one on macOS for instance -- communicate using QtRO?

I assume they can, but can anybody confirm this?

Thank you.

1

There are 1 best solutions below

2
On

Yes, it is possible for two Qt applications running on different operating systems to communicate using Qt Remote Objects.

yout will need :

  • QtRO server with QRemoteObjectHost
  • QtRO cient with QRemoteObjectNode

Then you can use the client to access the exposed QObjects and invoke methods on them.

For more information on how to use QtRO, you can refer to the QtRO documentation: https://doc.qt.io/qt-5/qtremoteobjects-index.html