diff options
author | Leena Miettinen <[email protected]> | 2025-10-13 16:45:03 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2025-10-14 07:41:18 +0000 |
commit | 99668c02b16deb373d472b5c389f6f8825dfe3e3 (patch) | |
tree | cff3d163ddabeb0bbd56e042b547bd9e16725fab | |
parent | 24c40770c3416379123e905425561b4a3cc49286 (diff) |
Doc: Update the "Open projects" topic18.0
- Add opening recently opened projects from the "Overview" tab
- Fix the dialog name that has changed from "Load Project" to
"Open Project"
Task-number: QTCREATORBUG-33078
Change-Id: Id9be4f9f86fcaef5236dbb4ed3bdec481c9eb612
Reviewed-by: Teea Põldsam <[email protected]>
-rw-r--r-- | doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc index 6787f60b927..596bc895ba1 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc @@ -32,17 +32,21 @@ \image {qtcreator-welcome-open-projects.webp} {Ways to open projects in the Welcome mode Projects tab} \li In the \uicontrol Projects tab, select a project in the list of recently opened projects (2). + \li In the \uicontrol Welcome mode, \uicontrol Overview tab, select a + recently opened project in \uicontrol {Recent Projects}. \li In the \l Projects view, right-click to open a context menu and select \uicontrol {Load Project} to open the - \uicontrol {Load Project} dialog, where you can select + \uicontrol {Open Project} dialog, where you can select a project file. + \image {qtcreator-projects-view.webp} {CMake project in Projects view} \li Use the following keyboard shortcuts, depending on the mode you are currently in: \list \li In all modes, select \key Ctrl+O (\key Cmd+O on \macos) to open the \uicontrol {Open File} dialog, where you can select a project file. \li On Windows and Linux, in all modes except the \uicontrol Help mode, - select \key Ctrl+Shift+O to open the \uicontrol {Load Project} dialog. + select \key Ctrl+Shift+O to open the \uicontrol {Open Project} dialog, + where you can select a project file. \li In the \uicontrol Welcome mode, \uicontrol Projects tab, select \key Ctrl+Shift+number (\key Cmd+Shift+number on \macos), where the number is the number of a project in the list of recently opened |