Native menu on macOS 10.15 freezes Qt6
Solved
Qt 6
-
I created a menu bar using the Qt designer and for some reason the menu bar freezes and works after few minutes. The UI itself is working fine but it's just the menubar that freezes.
It is a straightforward setup - create a QMainWindow with menu bar in Qt designer. Also, I am using CMake.
Update 1
If
ui->menubar->setNativeMenuBar(false);
then the menubar works notmally -
Looks like a bug. I have reported it at https://bugreports.qt.io/browse/QTBUG-89436
-
Hi and welcome to devnet,
Do you have the same issue with 5.15 ?
You should check the bug report system. IIRC, there was something related to it.
-
I haven't checked it on 5.15. Will look into it
-
Looks like a bug. I have reported it at https://bugreports.qt.io/browse/QTBUG-89436