setWindowFlags not work with Qt6.7.0 QtCreator13.0 and raspPi Bookworm
-
I installed with online install on my raspberry Pi 4 and windowflags not work, even than the qt example not work: Window Flags Example | Qt Widgets 6.71.
the only flag you can use is hide completely the sys menu and borders: QtFramelessWindowHint. -
@SGaist wayland. It is standard when bookworm is installed on raspPi 4, using the official release of raspberry org.
I enter on the "sudo raspi-config" and on the option about screen compositor, I change to X11.
After this, everything works well.Wayland is terrible, it is very young and with many limitations.
-
Hi,
Which window manager are you using ?
-
@SGaist wayland. It is standard when bookworm is installed on raspPi 4, using the official release of raspberry org.
-
@SGaist wayland. It is standard when bookworm is installed on raspPi 4, using the official release of raspberry org.
I enter on the "sudo raspi-config" and on the option about screen compositor, I change to X11.
After this, everything works well.Wayland is terrible, it is very young and with many limitations.
-