Switch between modes

Modes let you quickly switch between tasks such as editing project and source files, designing application UIs, configuring projects for building and running, and debugging or analyzing source code.

To switch between modes:

ModeKeyboard ShortcutPurposeRead More
Mode selector
WelcomeCtrl+1Open projects, tutorials, and examples.User Interface
EditCtrl+2Edit project and source files.Edit Mode
DesignCtrl+3Design and develop application user interfaces. This mode is available for UI files.Designing User Interfaces
DebugCtrl+4Inspect the state of your application while debugging or use code analysis tools to detect memory leaks and profile code.Debugging
ProjectsCtrl+5Configure how to build and run projects. This mode is available when a project is open.Configuring Projects
ExtensionsCtrl+6Load Qt Creator extensions from the computer or the web.Load extensions
HelpCtrl+7Read documentation.Get help

Some actions in Qt Creator trigger a mode change. For example, selecting Debug > Start Debugging > Start Debugging of Startup Project automatically switches to Debug mode.

Hide and show modes

To hide and show modes in the mode selector and to save space on the display, go to View > Modes:

  • To hide the mode selector, select Hidden.
  • To only show icons on the mode selector, select Icons Only.
  • To hide modes that you don't use, clear the Show <Mode> checkboxes.

You can use the keyboard shortcuts to switch to the hidden modes.

See also Show and hide sidebars and Show and hide the main menu.

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.