Subwindows and menus broken on Ubuntu 22.04?
-
I had a simple application with a QMainWindow that had a QAction and a menuBar. This worked great on Ubuntu 20.04 (Focal Fossa). I could press the "Menu" label and see the QActions I had added.
After installing Ubuntu 22.04 (Jammy Jellyfish) I can still see the "Manu" label, but nothing happens when I press it. The QAction does still work though! (Ctrl+Q). I also don't seem to be able to show sub-windows, calling a new QMainWindow with a button, for example.
Does anyone know why or has anyone also experienced this? Maybe Qt is fine but there's something with window popups, idk.
Thanks in advance. -
I had a simple application with a QMainWindow that had a QAction and a menuBar. This worked great on Ubuntu 20.04 (Focal Fossa). I could press the "Menu" label and see the QActions I had added.
After installing Ubuntu 22.04 (Jammy Jellyfish) I can still see the "Manu" label, but nothing happens when I press it. The QAction does still work though! (Ctrl+Q). I also don't seem to be able to show sub-windows, calling a new QMainWindow with a button, for example.
Does anyone know why or has anyone also experienced this? Maybe Qt is fine but there's something with window popups, idk.
Thanks in advance. -
Hi and welcome to devnet,
It would help if you can provide a minimal runable script that shows that behaviour.