How to restore the file menu in Qt Creator
-
wrote on 22 Dec 2023, 11:57 last edited by
-
Hi,
I accidentally closed the file menu in Qt Creator. How can I show it again?
wrote on 22 Dec 2023, 12:04 last edited byYou can 3 options to do so, as described at https://bugreports.qt.io/browse/QTCREATORBUG-30114
- Press
Ctrl+Alt+M
which is the shortcut to hide/show the application menu - Trigger the action via the
t
locator filter. You can doCtrl+K
and thent
or directly viaCtrl+Shift+K
. Then type show menu - Remove the
MenubarVisible=false
fromQtCreator.ini
file. See https://doc.qt.io/qtcreator/creator-how-to-find-settings-files.html
- Press
-
-
You can 3 options to do so, as described at https://bugreports.qt.io/browse/QTCREATORBUG-30114
- Press
Ctrl+Alt+M
which is the shortcut to hide/show the application menu - Trigger the action via the
t
locator filter. You can doCtrl+K
and thent
or directly viaCtrl+Shift+K
. Then type show menu - Remove the
MenubarVisible=false
fromQtCreator.ini
file. See https://doc.qt.io/qtcreator/creator-how-to-find-settings-files.html
wrote on 22 Dec 2023, 12:08 last edited by@cristian-adam thank you very much!
- Press
1/3