forked from qt-creator/qt-creator
Doc: Fix menu paths to submenus and items that moved to View menu
The Views and Workspaces menus as well as some menu items were moved from Windows to View. Change-Id: I2e196c09f0e9e2bf8ef1623167ec3e87ed1f77f5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
You can drag and drop the views in the \uicontrol Debug mode to new
|
You can drag and drop the views in the \uicontrol Debug mode to new
|
||||||
positions on the screen. The size and position of views are saved for future
|
positions on the screen. The size and position of views are saved for future
|
||||||
sessions. Select \uicontrol Window > \uicontrol Views >
|
sessions. Select \uicontrol View > \uicontrol Views >
|
||||||
\uicontrol {Reset to Default Layout} to reset the views to their original
|
\uicontrol {Reset to Default Layout} to reset the views to their original
|
||||||
sizes and positions.
|
sizes and positions.
|
||||||
|
|
||||||
|
@@ -608,7 +608,7 @@
|
|||||||
program you are debugging. The availability of views depends on whether
|
program you are debugging. The availability of views depends on whether
|
||||||
you are debugging C++ or QML. Frequently used views are shown by
|
you are debugging C++ or QML. Frequently used views are shown by
|
||||||
default and rarely used ones are hidden. To change the default settings,
|
default and rarely used ones are hidden. To change the default settings,
|
||||||
select \uicontrol Window > \uicontrol Views, and then select views to
|
select \uicontrol View > \uicontrol Views, and then select views to
|
||||||
display or hide. Alternatively, you can enable or disable views from the
|
display or hide. Alternatively, you can enable or disable views from the
|
||||||
context menu of the title bar of any visible debugger view.
|
context menu of the title bar of any visible debugger view.
|
||||||
|
|
||||||
@@ -616,10 +616,10 @@
|
|||||||
|
|
||||||
You can drag and drop the views in \QC to new positions on the screen. The
|
You can drag and drop the views in \QC to new positions on the screen. The
|
||||||
size and position of views are saved for future sessions. Select
|
size and position of views are saved for future sessions. Select
|
||||||
\uicontrol Window > \uicontrol Views > \uicontrol {Reset to Default Layout}
|
\uicontrol View > \uicontrol Views > \uicontrol {Reset to Default Layout}
|
||||||
to reset the views to their original sizes and positions.
|
to reset the views to their original sizes and positions.
|
||||||
|
|
||||||
To save space on the screen, select \uicontrol Window > \uicontrol Views >
|
To save space on the screen, select \uicontrol View > \uicontrol Views >
|
||||||
\uicontrol {Automatically Hide View Titlebars}.
|
\uicontrol {Automatically Hide View Titlebars}.
|
||||||
|
|
||||||
To show and hide columns in views, toggle \uicontrol {Show Column} in
|
To show and hide columns in views, toggle \uicontrol {Show Column} in
|
||||||
@@ -1478,7 +1478,7 @@
|
|||||||
\li Make sure the debugger is set up properly. For more information,
|
\li Make sure the debugger is set up properly. For more information,
|
||||||
see \l{Setting Up Debugger}.
|
see \l{Setting Up Debugger}.
|
||||||
|
|
||||||
\li In the \uicontrol Debug mode, select \uicontrol Window >
|
\li In the \uicontrol Debug mode, select \uicontrol View >
|
||||||
\uicontrol Views > \uicontrol {Debugger Log} to open the
|
\uicontrol Views > \uicontrol {Debugger Log} to open the
|
||||||
\uicontrol {Debugger Log} view. Browse the contents of the pane on
|
\uicontrol {Debugger Log} view. Browse the contents of the pane on
|
||||||
the right hand side to find out what went wrong. Always attach the
|
the right hand side to find out what went wrong. Always attach the
|
||||||
|
@@ -234,7 +234,7 @@
|
|||||||
|
|
||||||
When the application is interrupted by a breakpoint, you can use the
|
When the application is interrupted by a breakpoint, you can use the
|
||||||
\uicontrol {QML Debugger Console} to execute JavaScript expressions in the
|
\uicontrol {QML Debugger Console} to execute JavaScript expressions in the
|
||||||
current context. To open it, choose \uicontrol Window >
|
current context. To open it, choose \uicontrol View >
|
||||||
\uicontrol {Output Panes} > \uicontrol {QML Debugger Console}.
|
\uicontrol {Output Panes} > \uicontrol {QML Debugger Console}.
|
||||||
|
|
||||||
\image qml-script-console.png "QML Debugger Console"
|
\image qml-script-console.png "QML Debugger Console"
|
||||||
|
@@ -135,8 +135,9 @@
|
|||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
To open the other output panes, such as \uicontrol{General Messages} and
|
To open the other output panes, such as \uicontrol{General Messages} and
|
||||||
\uicontrol{Version Control}, select \uicontrol Window > \uicontrol {Output Panes}. The menu
|
\uicontrol{Version Control}, select \uicontrol View >
|
||||||
items also display the keyboard shortcuts that you can use.
|
\uicontrol {Output Panes}. The menu items also display
|
||||||
|
the keyboard shortcuts that you can use.
|
||||||
|
|
||||||
For more information about output panes, see \l{Viewing Output}.
|
For more information about output panes, see \l{Viewing Output}.
|
||||||
|
|
||||||
|
@@ -196,7 +196,7 @@
|
|||||||
\b {How do I generate a core file in \QC?}
|
\b {How do I generate a core file in \QC?}
|
||||||
|
|
||||||
To trigger the GDB command that generates a core file while debugging,
|
To trigger the GDB command that generates a core file while debugging,
|
||||||
select \uicontrol Window > \uicontrol Views > \uicontrol {Debugger Log}.
|
select \uicontrol View > \uicontrol Views > \uicontrol {Debugger Log}.
|
||||||
In the \uicontrol Command field, type \c gcore and press \key Enter. The
|
In the \uicontrol Command field, type \c gcore and press \key Enter. The
|
||||||
core file is created in the current working directory. You can specify
|
core file is created in the current working directory. You can specify
|
||||||
another location for the file, including a relative or absolute path, as an
|
another location for the file, including a relative or absolute path, as an
|
||||||
|
@@ -286,7 +286,7 @@
|
|||||||
{corresponding keyboard shortcut}.
|
{corresponding keyboard shortcut}.
|
||||||
|
|
||||||
To hide the mode selector and to save space on the display, select
|
To hide the mode selector and to save space on the display, select
|
||||||
\uicontrol Window > \uicontrol {Mode Selector Style} > \uicontrol Hidden.
|
\uicontrol View > \uicontrol {Mode Selector Style} > \uicontrol Hidden.
|
||||||
To only show icons on the mode selector, select the \uicontrol {Icons Only}
|
To only show icons on the mode selector, select the \uicontrol {Icons Only}
|
||||||
style.
|
style.
|
||||||
|
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
\else
|
\else
|
||||||
\l{Using Git}{Version Control}
|
\l{Using Git}{Version Control}
|
||||||
\endif
|
\endif
|
||||||
panes, select \uicontrol Window > \uicontrol {Output Panes}.
|
panes, select \uicontrol View > \uicontrol {Output Panes}.
|
||||||
\if defined(qtcreator)
|
\if defined(qtcreator)
|
||||||
To display the \uicontrol {To-Do Entries} pane, enable the Todo plugin.
|
To display the \uicontrol {To-Do Entries} pane, enable the Todo plugin.
|
||||||
\endif
|
\endif
|
||||||
|
@@ -57,12 +57,12 @@
|
|||||||
|
|
||||||
To close groups of views, select the \uicontrol {Close Group} button.
|
To close groups of views, select the \uicontrol {Close Group} button.
|
||||||
|
|
||||||
To open closed views, select \uicontrol Window > \uicontrol Views.
|
To open closed views, select \uicontrol View > \uicontrol Views.
|
||||||
|
|
||||||
\section1 Saving Workspaces
|
\section1 Saving Workspaces
|
||||||
|
|
||||||
The changes you make to a workspace are saved when you exit \QC.
|
The changes you make to a workspace are saved when you exit \QC.
|
||||||
In \QMLD, you can select \uicontrol Window > \uicontrol Workspaces >
|
In \QMLD, you can select \uicontrol View > \uicontrol Workspaces >
|
||||||
\uicontrol Manage > \uicontrol {Restore last workspace on startup}
|
\uicontrol Manage > \uicontrol {Restore last workspace on startup}
|
||||||
to restore the current workspace the next time you start \QC.
|
to restore the current workspace the next time you start \QC.
|
||||||
|
|
||||||
|
@@ -72,7 +72,7 @@
|
|||||||
\image qmldesigner-tutorial-design-mode.png "Transitions project in Design Mode"
|
\image qmldesigner-tutorial-design-mode.png "Transitions project in Design Mode"
|
||||||
|
|
||||||
\note If a view is hidden, you can show it by selecting
|
\note If a view is hidden, you can show it by selecting
|
||||||
\uicontrol Window > \uicontrol Views.
|
\uicontrol View > \uicontrol Views.
|
||||||
|
|
||||||
\li In the \uicontrol Navigator, select \uicontrol Label and press
|
\li In the \uicontrol Navigator, select \uicontrol Label and press
|
||||||
\key Delete to delete it.
|
\key Delete to delete it.
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
\image studio-design-mode.png "Design mode"
|
\image studio-design-mode.png "Design mode"
|
||||||
|
|
||||||
The Design mode contains different views for designing UIs. To open the
|
The Design mode contains different views for designing UIs. To open the
|
||||||
following views, select \uicontrol Window > \uicontrol Views:
|
following views, select \uicontrol View > \uicontrol Views:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
\li \uicontrol {Form Editor} (1) provides a canvas for designing 2D UIs.
|
\li \uicontrol {Form Editor} (1) provides a canvas for designing 2D UIs.
|
||||||
|
@@ -130,7 +130,7 @@
|
|||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
The \uicontrol{Version Control} output pane displays the commands that are
|
The \uicontrol{Version Control} output pane displays the commands that are
|
||||||
executed, a timestamp, and the relevant output. Select \uicontrol Window >
|
executed, a timestamp, and the relevant output. Select \uicontrol View >
|
||||||
\uicontrol {Output Panes} > \uicontrol {Version Control} to open the pane.
|
\uicontrol {Output Panes} > \uicontrol {Version Control} to open the pane.
|
||||||
|
|
||||||
\image qtcreator-vcs-pane.png
|
\image qtcreator-vcs-pane.png
|
||||||
|
@@ -133,7 +133,7 @@
|
|||||||
\uicontrol Projects view to open it.
|
\uicontrol Projects view to open it.
|
||||||
|
|
||||||
\note The visibility of views depends on the selected workspace. To open
|
\note The visibility of views depends on the selected workspace. To open
|
||||||
hidden views, select \uicontrol Window > \uicontrol Views in the Design
|
hidden views, select \uicontrol View > \uicontrol Views in the Design
|
||||||
mode. For more information, see \l {Managing Workspaces}.
|
mode. For more information, see \l {Managing Workspaces}.
|
||||||
|
|
||||||
To modify \e Screen01.ui.qml in \uicontrol {Form Editor}:
|
To modify \e Screen01.ui.qml in \uicontrol {Form Editor}:
|
||||||
|
@@ -189,7 +189,7 @@
|
|||||||
to \e loginState:
|
to \e loginState:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li Select \uicontrol Window > \uicontrol Views >
|
\li Select \uicontrol View > \uicontrol Views >
|
||||||
\uicontrol {Connection View} to open the \uicontrol Connection view.
|
\uicontrol {Connection View} to open the \uicontrol Connection view.
|
||||||
\li Select \e registerButton in the \uicontrol Navigator.
|
\li Select \e registerButton in the \uicontrol Navigator.
|
||||||
\li In the \uicontrol Connection view, select the \inlineimage plus.png
|
\li In the \uicontrol Connection view, select the \inlineimage plus.png
|
||||||
|
@@ -135,7 +135,7 @@
|
|||||||
To add a timeline with settings for running the animation:
|
To add a timeline with settings for running the animation:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li Select \uicontrol Window > \uicontrol Views >
|
\li Select \uicontrol View > \uicontrol Views >
|
||||||
\uicontrol Timeline to open the \uicontrol Timeline view.
|
\uicontrol Timeline to open the \uicontrol Timeline view.
|
||||||
\li In \uicontrol Timeline, select \inlineimage plus.png
|
\li In \uicontrol Timeline, select \inlineimage plus.png
|
||||||
to add a 1000-frame timeline and settings for running the animation.
|
to add a 1000-frame timeline and settings for running the animation.
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
\image studio-editing-3d-scenes.png "3D assets in Design mode"
|
\image studio-editing-3d-scenes.png "3D assets in Design mode"
|
||||||
|
|
||||||
To open the following views, select \uicontrol Window > \uicontrol Views:
|
To open the following views, select \uicontrol View > \uicontrol Views:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
\li \uicontrol {3D Editor} (1) is the working area where you create the
|
\li \uicontrol {3D Editor} (1) is the working area where you create the
|
||||||
|
Reference in New Issue
Block a user