summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-11-15 15:30:06 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-11-15 15:03:25 +0000
commit3b57edf272ea5f1f29f26bfae08db12a284dc697 (patch)
tree5fddf96ce2657b8bb25db01776075f1abd9aff1e /doc
parentb2e1499782fde73d98b5f31444aec8cce1c7e1f7 (diff)
downloadqt-creator-3b57edf272ea5f1f29f26bfae08db12a284dc697.tar.gz
Doc: Move Using External Tools away from the creator-only folder
...so that it can be included in the Qt Design Studio Manual. Change-Id: I2ce16d1162211e0f8fdd506fe53067ea3116cff6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-external-tools.qdoc (renamed from doc/src/howto/creator-only/creator-external-tools.qdoc)11
-rw-r--r--doc/src/qtquick/qtquick-profiler.qdoc2
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/src/howto/creator-only/creator-external-tools.qdoc b/doc/src/howto/creator-external-tools.qdoc
index 546efaf72a..2ba985e208 100644
--- a/doc/src/howto/creator-only/creator-external-tools.qdoc
+++ b/doc/src/howto/creator-external-tools.qdoc
@@ -31,9 +31,14 @@
/*!
\contentspage index.html
- \previouspage creator-keyboard-shortcuts.html
\page creator-editor-external.html
+ \if defined(qtdesignstudio)
+ \previouspage creator-qml-performance-monitor.html
+ \nextpage studio-help.html
+ \else
+ \previouspage creator-keyboard-shortcuts.html
\nextpage creator-task-lists.html
+ \endif
\title Using External Tools
@@ -69,8 +74,8 @@
External > Configure}.
To open TS files in Qt Linguist, right-click a TS file in the
- \uicontrol Projects view and select \uicontrol {Open With} >
- \uicontrol {Qt Linguist} in the context menu.
+ \uicontrol Projects or \uicontrol {File System} view and select
+ \uicontrol {Open With} > \uicontrol {Qt Linguist} in the context menu.
For more information about Qt Linguist, see \l{Qt Linguist Manual}.
\section1 Previewing QML Files
diff --git a/doc/src/qtquick/qtquick-profiler.qdoc b/doc/src/qtquick/qtquick-profiler.qdoc
index f94f4f0b25..0b772d8e06 100644
--- a/doc/src/qtquick/qtquick-profiler.qdoc
+++ b/doc/src/qtquick/qtquick-profiler.qdoc
@@ -34,7 +34,7 @@
\page creator-qml-performance-monitor.html
\if defined(qtdesignstudio)
\previouspage creator-qml-debugging-example.html
- \nextpage studio-help.html
+ \nextpage creator-editor-external.html
\else
\previouspage creator-analyze-mode.html
\nextpage creator-valgrind-overview.html