PDA

View Full Version : Move QT Window to different x display



jbpvr
5th September 2007, 18:41
I have a requirement to be able to have a QT subwindow running on Linux hostname:0.0, and when the user clicks on a specific button, the QT subwindow should move to hostname:0.1.

This QT subwindow widget is within a QT application executable and does not have it's own executable. I would like to avoid creating an executable out of the subwindow if possible.

Does anyone know of a way to do this within QT?

Thanks...:D

wysota
5th September 2007, 21:28
You mean moving the window to a different screen handled by the same X server instance? Does it use Xinerama?