Qt menubar not showing

后端 未结 1 972
误落风尘
误落风尘 2020-12-21 12:08

I\'m building a simple C++ application on Mac OS X 10.9 with Qt 5.2.1 using CMake (without MOC).

I am starting the executable from the command-line. The problem is t

相关标签:
1条回答
  • 2020-12-21 12:49

    OK, solved the problem myself. It appears you cannot add a separator to the menubar.

    Removing the menu_bar_->addSeparator(); solved the problem.

    0 讨论(0)
提交回复
热议问题