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.
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.
Yes, it is possible for two Qt applications running on different operating systems to communicate using Qt Remote Objects.
yout will need :
QRemoteObjectHost
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