forked from qt-creator/qt-creator
Doc: Hide ADS (workspaces) information from Qt Creator Manual
ADS is used only in Qt Design Studio, even though the Debug mode also has "workspaces". Move the topic source file and image files to doc\qtdesignstudio\. Task-number: QTCREATORBUG-26321 Change-Id: I72b0011a6c8258df8a5e938f3f33d44c39ccfa4c Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
This commit is contained in:
@@ -43,7 +43,6 @@
|
|||||||
\li \l{File System}
|
\li \l{File System}
|
||||||
\li \l{Open Documents}
|
\li \l{Open Documents}
|
||||||
\endlist
|
\endlist
|
||||||
\li \l{Managing Workspaces}
|
|
||||||
\li \l{Viewing Output}
|
\li \l{Viewing Output}
|
||||||
\endlist
|
\endlist
|
||||||
\li \l{Configuring Qt Creator}
|
\li \l{Configuring Qt Creator}
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\page creator-open-documents-view.html
|
\page creator-open-documents-view.html
|
||||||
\previouspage creator-file-system-view.html
|
\previouspage creator-file-system-view.html
|
||||||
\nextpage creator-project-managing-workspaces.html
|
\nextpage creator-output-panes.html
|
||||||
|
|
||||||
\title Open Documents
|
\title Open Documents
|
||||||
|
|
||||||
|
@@ -93,7 +93,6 @@
|
|||||||
\li \l{Selecting Modes}{Mode selector}
|
\li \l{Selecting Modes}{Mode selector}
|
||||||
\li \l{Working with Sidebars}{Sidebars}
|
\li \l{Working with Sidebars}{Sidebars}
|
||||||
\li \l{Browsing Project Contents}{Views}
|
\li \l{Browsing Project Contents}{Views}
|
||||||
\li \l{Managing Workspaces}{Workspaces}
|
|
||||||
\li \l{Viewing Output}{Output panes}
|
\li \l{Viewing Output}{Output panes}
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
\previouspage creator-views.html
|
\previouspage creator-views.html
|
||||||
\nextpage creator-highlighting.html
|
\nextpage creator-highlighting.html
|
||||||
\else
|
\else
|
||||||
\previouspage creator-project-managing-workspaces.html
|
\previouspage creator-open-documents-view.html
|
||||||
\nextpage creator-configuring.html
|
\nextpage creator-configuring.html
|
||||||
\endif
|
\endif
|
||||||
|
|
||||||
|
@@ -35,7 +35,12 @@
|
|||||||
\title Browsing Project Contents
|
\title Browsing Project Contents
|
||||||
|
|
||||||
You can organize \QC views in \l {Working with Sidebars}{sidebars} or as
|
You can organize \QC views in \l {Working with Sidebars}{sidebars} or as
|
||||||
\l {Managing Workspaces}{workspaces}, depending on the \l{Selecting Modes}
|
\if defined(qtdesignstudio)
|
||||||
|
\l {Managing Workspaces}{workspaces},
|
||||||
|
\else
|
||||||
|
workspaces
|
||||||
|
\endif
|
||||||
|
depending on the \l{Selecting Modes}
|
||||||
{mode} you are working in. Only views that are relevant to a mode are
|
{mode} you are working in. Only views that are relevant to a mode are
|
||||||
available in it.
|
available in it.
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -26,15 +26,11 @@
|
|||||||
/*!
|
/*!
|
||||||
\page creator-project-managing-workspaces.html
|
\page creator-project-managing-workspaces.html
|
||||||
\previouspage creator-open-documents-view.html
|
\previouspage creator-open-documents-view.html
|
||||||
\if defined(qtdesignstudio)
|
|
||||||
\nextpage creator-project-managing-sessions.html
|
\nextpage creator-project-managing-sessions.html
|
||||||
\else
|
|
||||||
\nextpage creator-output-panes.html
|
|
||||||
\endif
|
|
||||||
|
|
||||||
\title Managing Workspaces
|
\title Managing Workspaces
|
||||||
|
|
||||||
In the Design and Debug modes, you can arrange a set of \QC
|
In the \uicontrol Design mode, you can arrange a set of \QC
|
||||||
views as a \e workspace on the screen.
|
views as a \e workspace on the screen.
|
||||||
|
|
||||||
To detach views:
|
To detach views:
|
Reference in New Issue
Block a user