2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2020 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
2020-02-24 15:38:42 +01:00
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\page creator-sidebars.html
|
2020-05-28 12:06:16 +02:00
|
|
|
\if defined(qtdesignstudio)
|
|
|
|
|
\previouspage creator-coding-navigating.html
|
|
|
|
|
\else
|
|
|
|
|
\previouspage creator-modes.html
|
|
|
|
|
\endif
|
|
|
|
|
\nextpage creator-views.html
|
|
|
|
|
|
2020-02-24 15:38:42 +01:00
|
|
|
|
|
|
|
|
\title Working with Sidebars
|
|
|
|
|
|
|
|
|
|
In the \uicontrol Edit mode, you can use a left and right sidebar to
|
|
|
|
|
organize different views into project contents. Only views that are
|
|
|
|
|
relevant to the \l{Selecting Modes}{mode} you are working in are
|
|
|
|
|
available in it.
|
|
|
|
|
|
|
|
|
|
You can select views in the sidebar menu (1):
|
|
|
|
|
|
|
|
|
|
\image qtcreator-sidebar.png
|
|
|
|
|
|
|
|
|
|
You can change the view of the sidebars in the following ways:
|
|
|
|
|
|
|
|
|
|
\list
|
2021-12-09 11:21:39 +01:00
|
|
|
\li To toggle the left sidebar, click \inlineimage icons/leftsidebaricon.png
|
2020-02-24 15:38:42 +01:00
|
|
|
(\uicontrol {Hide Left Sidebar/Show Left Sidebar}) or press
|
|
|
|
|
\key Alt+0 (\key Cmd+0 on \macos). To toggle the right
|
2021-12-09 11:21:39 +01:00
|
|
|
sidebar, click \inlineimage icons/rightsidebaricon.png
|
2020-02-24 15:38:42 +01:00
|
|
|
(\uicontrol {Hide Right Sidebar/Show Right Sidebar}) or press
|
|
|
|
|
\key Alt+Shift+0 (\key Cmd+Shift+0 on \macos).
|
2021-12-09 11:21:39 +01:00
|
|
|
\li To split a sidebar, click \inlineimage icons/splitbutton_horizontal.png
|
2020-02-24 15:38:42 +01:00
|
|
|
(\uicontrol {Split}). Select new content to view in the split view.
|
2021-12-09 11:21:39 +01:00
|
|
|
\li To close a sidebar view, click \inlineimage icons/splitbutton_closetop.png
|
2020-02-24 15:38:42 +01:00
|
|
|
(\uicontrol {Close}).
|
|
|
|
|
\endlist
|
|
|
|
|
*/
|