From 3b57edf272ea5f1f29f26bfae08db12a284dc697 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 15 Nov 2019 15:30:06 +0100 Subject: [PATCH] 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 --- .../{creator-only => }/creator-external-tools.qdoc | 11 ++++++++--- doc/src/qtquick/qtquick-profiler.qdoc | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) rename doc/src/howto/{creator-only => }/creator-external-tools.qdoc (96%) diff --git a/doc/src/howto/creator-only/creator-external-tools.qdoc b/doc/src/howto/creator-external-tools.qdoc similarity index 96% rename from doc/src/howto/creator-only/creator-external-tools.qdoc rename to doc/src/howto/creator-external-tools.qdoc index 546efaf72a3..2ba985e2083 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 f94f4f0b259..0b772d8e062 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