Qt 6.11 is out! See what's new in the release
blog
How to restore the file menu in Qt Creator
-
Hi,
I accidentally closed the file menu in Qt Creator. How can I show it again?

-
Hi,
I accidentally closed the file menu in Qt Creator. How can I show it again?

You can 3 options to do so, as described at https://bugreports.qt.io/browse/QTCREATORBUG-30114
- Press
Ctrl+Alt+Mwhich is the shortcut to hide/show the application menu - Trigger the action via the
tlocator filter. You can doCtrl+Kand thentor directly viaCtrl+Shift+K. Then type show menu - Remove the
MenubarVisible=falsefromQtCreator.inifile. See https://doc.qt.io/qtcreator/creator-how-to-find-settings-files.html
- Press
-
8 8Observer8 has marked this topic as solved on
-
You can 3 options to do so, as described at https://bugreports.qt.io/browse/QTCREATORBUG-30114
- Press
Ctrl+Alt+Mwhich is the shortcut to hide/show the application menu - Trigger the action via the
tlocator filter. You can doCtrl+Kand thentor directly viaCtrl+Shift+K. Then type show menu - Remove the
MenubarVisible=falsefromQtCreator.inifile. See https://doc.qt.io/qtcreator/creator-how-to-find-settings-files.html
@cristian-adam thank you very much!
- Press