Main menu not showing on windows10
-
Hi,
I wanted to start learning using QT, I downloaded and installed QT Creator and started getting comfortable with app. I closed main menu bar just to see how it looks like without it. Tip said that I can turn it back on with ctrl + alt + m combination, but when I do that nothing happens, every other shortcut I tried work correctly, but that one doesn't. Please help.
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
Hi,
I wanted to start learning using QT, I downloaded and installed QT Creator and started getting comfortable with app. I closed main menu bar just to see how it looks like without it. Tip said that I can turn it back on with ctrl + alt + m combination, but when I do that nothing happens, every other shortcut I tried work correctly, but that one doesn't. Please help.
For some reason the action is not executed when you press
Ctrl+Alt+M
.I was not able to reproduce this issue. See https://bugreports.qt.io/browse/QTCREATORBUG-30114 for a similar report.
In the above bug report you have two solutions:
- As a workaround the "Show Menu Bar" Action can also be triggered via the action filter of the locator. Just open the locator via
ctr+shift+k
or us the 't' prefix before searching for the action. - Alternatively you can edit
"%appdata%\QtProject\QtCreator.ini"
and remove theMenubarVisible
line from the[MainWindow]
section.
- As a workaround the "Show Menu Bar" Action can also be triggered via the action filter of the locator. Just open the locator via
-