How to move widgets between screens
-
I have compiled my QT program for raspberry pi and it works fine except I cant figure out how to use the move function on a window to move the window between the different displays I have connected to my pi.
I create three different widgets which should show on three separate displays.
It works fine on my windows machine so I assume its something to do with Raspbian's window manager?
Thanks
-
I have compiled my QT program for raspberry pi and it works fine except I cant figure out how to use the move function on a window to move the window between the different displays I have connected to my pi.
I create three different widgets which should show on three separate displays.
It works fine on my windows machine so I assume its something to do with Raspbian's window manager?
Thanks
Hi,
Any chances you are using Wayland as display manager ?
-
@SGaist Yes
-
@SGaist Yes
-
@SGaist Yes
@SuperMonkeyRules what @JonB said !
But there might be some hope with QWindow::startSystemMove. See this StackOverflow thread. I haven't tested it yet though.
-
@SuperMonkeyRules what @JonB said !
But there might be some hope with QWindow::startSystemMove. See this StackOverflow thread. I haven't tested it yet though.
@SGaist Thanks both of you.
But Ive swapped to X11 and that fixed my problems.