Linux fullscreen app has no borders
-
I can now finally run apps on my raspberry and they appear fullscreen by default, which is a pleasant suprise. But my subwindows are now without windowborders. There is now no difference between the background of my mainwindow and any of my subwindows. I have been looking a bit on how to solve this but I cannot find it.
-
Say what now?? No I do not think so,
For now I have given them different background colors so I have a clear distinction. But some kind of border outlining would still be neat. In windows I did not have this problem with the exact same code, cross-platform ftw -_-".
-
Hi,
The window manager is what provides window decoration and much more. You are likely using the eglfs or similar backend on your Pi which means you have no WM running. If you still want decoration around your widgets then you should consider using the QtWayland module.
-
@bask185 "cross-platform" - missing window decorations are not related to Qt. Qt is not responsible for those decorations - they are drown by the OS (on Linux by the window manager - if you did not install any then you will not see window decorations, but don't blame Qt for that). See https://en.wikipedia.org/wiki/Window_manager for more details.
-
@SGaist said in Linux fullscreen app has no borders:
QtWayland
Tnx I will give it a look
@jsulm said in Linux fullscreen app has no borders:
@bask185 "cross-platform" - missing window decorations are not related to Qt. Qt is not responsible for those decorations - they are drown by the OS (on Linux by the window manager - if you did not install any then you will not see window decorations, but don't blame Qt for that). See https://en.wikipedia.org/wiki/Window_manager for more details.
Mate it was a joke :P