2020-02-24 15:38:42 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
|
|
|
|
** Copyright (C) 2020 The Qt Company Ltd.
|
|
|
|
|
** Contact: https://www.qt.io/licensing/
|
|
|
|
|
**
|
|
|
|
|
** This file is part of the Qt Creator documentation.
|
|
|
|
|
**
|
|
|
|
|
** Commercial License Usage
|
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License Usage
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of
|
|
|
|
|
** this file. Please review the following information to ensure
|
|
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
|
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\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
|
|
|
|
|
*/
|