I am a new to Qt. A little bit confused with ui, especially uic.
I have created a project to practice Qt: https://github.com/eala/mediaAlgoManager
However, I can't see the menubar when I run it as following:
The application can't get correct menu bar. But if I switch to any other applications, and then switch back, it will work correctly.
I don't know what happened! I have searched some resources, like Qt menubar not showing.
And I think there are some conflicts that there are some GUI design from Qt Designer and some come from codes. I have tried two ways as follows, but still not work.
- remove setActionMenuBar() function in analyzeGoldenWindow.cpp (add menu bar by codes)
- remove or add just in front of status bar in analyzeGoldenWindow.ui
But...the issue is still there....