I have a Qt application (works on Linux) that should open an additional window on another X server running on a remote computer.
Is there any way to do this in Qt?
I hope to avoid more complex settings, such as - DMX (virtual X server on top of several other X servers) http://dmx.sourceforge.net/ , or - creating a second application for an additional window, as well as some connection between the two applications
source
share