Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 上で正しくビルドおよび実行される Qt4 アプリケーションがあります。ただし、Linux (ubuntu 12.04) でビルドして実行すると、メイン ウィンドウ (QMainWindow) の QMenuBar が表示されません。必要なスペースは割り当てられているように見えますが、非表示/透明です。
手動で設定してみてください
mainLayout->setMenuBar(メニューバー);
それは私のために働いた。