aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeea Poldsam <teea.poldsam@qt.io>2024-03-21 12:26:45 +0200
committerTeea Põldsam <teea.poldsam@qt.io>2024-03-22 07:21:48 +0000
commit2128776e16788700bfdc5b681fa9dd04f87bc82b (patch)
tree660c7c26a780a456d3380e696c716a89f234086f
parentf3be9eaae36fa30e988f07a3ac3a495ee196e1b3 (diff)
Doc: Add menu bar to shortcuts and ui topics
Fixes: QDS-12286 Change-Id: I8f8eb7e443ef94d54c5a9868a6f1f4c00a138832 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
-rw-r--r--doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc2
-rw-r--r--doc/qtcreator/src/debugger/qtquick-debugging.qdoc2
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-profiler.qdoc2
-rw-r--r--doc/qtcreator/src/user-interface/creator-ui.qdoc5
-rw-r--r--doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc2
-rw-r--r--doc/qtdesignstudio/src/overviews/qtquick-export.qdoc2
-rw-r--r--doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc2
-rw-r--r--doc/qtdesignstudio/src/reference/qtdesignstudio-keyboard-shortcuts.qdoc3
8 files changed, 13 insertions, 7 deletions
diff --git a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc
index 797788897a..3dc99583cf 100644
--- a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc
+++ b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc
@@ -30,7 +30,7 @@
\if defined(qtdesignstudio)
\note In this section, you are using advanced menu items. These are not
visible by default. To toggle the visibility of advanced menu items, see
- \l{Customizing the Menu}.
+ \l{Customizing the Menu Bar}.
\endif
diff --git a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
index c888927e02..e9be94de48 100644
--- a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
+++ b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
@@ -29,7 +29,7 @@
\if defined(qtdesignstudio)
\note In this section, you are using advanced menu items. These are not
visible by default. To toggle the visibility of advanced menu items, see
- \l{Customizing the Menu}.
+ \l{Customizing the Menu Bar}.
\endif
\section1 Setting Up QML Debugging
diff --git a/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc b/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc
index 0fd232d8b9..d4c328b1f0 100644
--- a/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc
@@ -61,7 +61,7 @@
\if defined(qtdesignstudio)
\note In this section, you are using advanced menu items. These are not
visible by default. To toggle the visibility of advanced menu items, see
- \l{Customizing the Menu}.
+ \l{Customizing the Menu Bar}.
\endif
\section1 Using QML Profiler
diff --git a/doc/qtcreator/src/user-interface/creator-ui.qdoc b/doc/qtcreator/src/user-interface/creator-ui.qdoc
index 066e93fbbf..c1742ab6b6 100644
--- a/doc/qtcreator/src/user-interface/creator-ui.qdoc
+++ b/doc/qtcreator/src/user-interface/creator-ui.qdoc
@@ -95,7 +95,7 @@
\endif
\if defined(qtdesignstudio)
- \section1 Customizing the Menu
+ \section1 Customizing the Menu Bar
By default, top-level menu items \uicontrol Build, \uicontrol Debug, and
\uicontrol Analyze are not visible. These menu items have options for
@@ -113,6 +113,9 @@
You need to restart \QDS to apply changes made to these settings.
+ \note To show or hide the \uicontrol {Menu Bar}, select \uicontrol View >
+ \uicontrol {Show Menu Bar}, or use \key {Ctrl+Alt+M}.
+
\section1 Customizing the UI
The following topics describe how to customize the UI:
diff --git a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc
index 8c13b7b116..c0146967ca 100644
--- a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc
+++ b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc
@@ -10,7 +10,7 @@
\note In this section, you are using advanced menu items. These are not
visible by default. To toggle the visibility of advanced menu items, see
- \l{Customizing the Menu}.
+ \l{Customizing the Menu Bar}.
\QDS enables designers and developers to work together on common
projects to develop applications. Designers use the \l{Design Views}{views}
diff --git a/doc/qtdesignstudio/src/overviews/qtquick-export.qdoc b/doc/qtdesignstudio/src/overviews/qtquick-export.qdoc
index f9ae3b8d7b..f083f85f8e 100644
--- a/doc/qtdesignstudio/src/overviews/qtquick-export.qdoc
+++ b/doc/qtdesignstudio/src/overviews/qtquick-export.qdoc
@@ -10,7 +10,7 @@
\note In this section, you are using advanced menu items. These are not
visible by default. To toggle the visibility of advanced menu items, see
- \l{Customizing the Menu}.
+ \l{Customizing the Menu Bar}.
\l{glossary-component}{Components} contained in \l{UI Files}
{UI files} (.ui.qml) can be exported to JSON metadata format and PNG assets.
diff --git a/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc
index 1e426f011e..4158a7b545 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc
@@ -10,7 +10,7 @@
\note In this section, you are using advanced menu items. These are not
visible by default. To toggle the visibility of advanced menu items, see
- \l{Customizing the Menu}.
+ \l{Customizing the Menu Bar}.
When you are ready to deliver your application to users or upload it to
app stores, you can use \QDS to create suitable packages that contain all
diff --git a/doc/qtdesignstudio/src/reference/qtdesignstudio-keyboard-shortcuts.qdoc b/doc/qtdesignstudio/src/reference/qtdesignstudio-keyboard-shortcuts.qdoc
index ac6354ca90..dd69b68ecd 100644
--- a/doc/qtdesignstudio/src/reference/qtdesignstudio-keyboard-shortcuts.qdoc
+++ b/doc/qtdesignstudio/src/reference/qtdesignstudio-keyboard-shortcuts.qdoc
@@ -112,6 +112,9 @@
\li Previous open document in history
\li \key{Ctrl+Tab}
\row
+ \li Toggle \uicontrol {Menu Bar} visibility
+ \li \key{Ctrl+Alt+M}
+ \row
\li Switch to \uicontrol Welcome mode
\li \key{Ctrl+1}
\row