From b2ae34beb0fd544093cec36e904969a9933a3f9d Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 9 Oct 2024 13:57:04 +0200 Subject: [PATCH] Doc: Describe hiding and showing modes in the mode selector Task-number: QTCREATORBUG-31510 Change-Id: Ibe085b8aadf00d1ca0198e8ef2dc3f44e2bba2e0 Reviewed-by: Eike Ziller --- .../creator-how-to-switch-between-modes.qdoc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/user-interface/creator-only/creator-how-to-switch-between-modes.qdoc b/doc/qtcreator/src/user-interface/creator-only/creator-how-to-switch-between-modes.qdoc index fe498aca9f7..071c4381230 100644 --- a/doc/qtcreator/src/user-interface/creator-only/creator-how-to-switch-between-modes.qdoc +++ b/doc/qtcreator/src/user-interface/creator-only/creator-how-to-switch-between-modes.qdoc @@ -73,10 +73,20 @@ \uicontrol {Start Debugging of Startup Project} automatically switches to \uicontrol {Debug} mode. - To hide the mode selector and to save space on the display, select - \uicontrol View > \uicontrol {Mode Selector Style} > \uicontrol Hidden. - To only show icons on the mode selector, select the \uicontrol {Icons Only} - style. + \section1 Hide and show modes + + To hide and show modes in the mode selector and to save space on the display, + go to \uicontrol View > \uicontrol Modes: + + \list + \li To hide the mode selector, select \uicontrol Hidden. + \li To only show icons on the mode selector, select + \uicontrol {Icons Only}. + \li To hide modes that you don't use, clear the \uicontrol {Show } + checkboxes. + \endlist + + You can use the keyboard shortcuts to switch to the hidden modes. \sa {Show and hide sidebars},{Show and hide the main menu} */