aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-24 14:18:57 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-24 15:00:37 +0000
commit048d6164ccb37ce65f5451aa7da96a895f772cbc (patch)
tree529f1de857c0954bc3cc83c80ebc48b0e02fdf49 /doc
parenta40d2ea7057ab7e17b252b2779bbf3a3c9d06cec (diff)
Doc: Describe exporting and importing workspace settings
There are Import and Export buttons in View > Workspaces > Manage. Update screenshots and add one of New Workspace Name dialog. Change-Id: I679b7952e498576a58ebb4134d08c21fe2555fc7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/images/icons/detach-group-icon.pngbin209 -> 109 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-workspace-attaching-views.pngbin34219 -> 33851 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-workspace-manager.pngbin9345 -> 11715 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-workspace-new.pngbin0 -> 4763 bytes
-rw-r--r--doc/qtcreator/src/howto/creator-workspaces.qdoc13
5 files changed, 10 insertions, 3 deletions
diff --git a/doc/qtcreator/images/icons/detach-group-icon.png b/doc/qtcreator/images/icons/detach-group-icon.png
index 7a3bea690c..82fc8ddad6 100644
--- a/doc/qtcreator/images/icons/detach-group-icon.png
+++ b/doc/qtcreator/images/icons/detach-group-icon.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-workspace-attaching-views.png b/doc/qtcreator/images/qtcreator-workspace-attaching-views.png
index e1eeae51a7..d20d406c6c 100644
--- a/doc/qtcreator/images/qtcreator-workspace-attaching-views.png
+++ b/doc/qtcreator/images/qtcreator-workspace-attaching-views.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-workspace-manager.png b/doc/qtcreator/images/qtcreator-workspace-manager.png
index 603b16f918..b12a6ac1a0 100644
--- a/doc/qtcreator/images/qtcreator-workspace-manager.png
+++ b/doc/qtcreator/images/qtcreator-workspace-manager.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-workspace-new.png b/doc/qtcreator/images/qtcreator-workspace-new.png
new file mode 100644
index 0000000000..501b44609b
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-workspace-new.png
Binary files differ
diff --git a/doc/qtcreator/src/howto/creator-workspaces.qdoc b/doc/qtcreator/src/howto/creator-workspaces.qdoc
index 356063ac33..d3e4809089 100644
--- a/doc/qtcreator/src/howto/creator-workspaces.qdoc
+++ b/doc/qtcreator/src/howto/creator-workspaces.qdoc
@@ -62,7 +62,7 @@
\section1 Saving Workspaces
The changes you make to a workspace are saved when you exit \QC.
- In \QMLD, you can select \uicontrol View > \uicontrol Workspaces >
+ Select \uicontrol View > \uicontrol Workspaces >
\uicontrol Manage > \uicontrol {Restore last workspace on startup}
to restore the current workspace the next time you start \QC.
@@ -75,10 +75,12 @@
To switch between workspaces, select \uicontrol {Switch To}.
- To create a new workspace:
+ To save a workspace after you've moved views around or opened and
+ closed them:
\list 1
\li Select \uicontrol New.
+ \image qtcreator-workspace-new.png "New Workspace Name dialog"
\li In the \uicontrol {Enter the name of the workspace} field,
enter a name for the workspace.
\li Select \uicontrol Create to create a new empty workspace or
@@ -86,5 +88,10 @@
switch to it.
\endlist
- To delete the selected workspace, select \uicontrol Delete.
+ To delete the selected workspace, select \uicontrol Delete in
+ \uicontrol {Workspace Manager}.
+
+ To export workspace settings into \e {.wrk} files select \uicontrol Export.
+ To import them to another computer, select \uicontrol Import, and then
+ locate the workspace settings file.
*/