From cc13034e78b6ec1742ef06a3ea82d92eec714207 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 10 Oct 2024 15:36:18 +0200 Subject: [PATCH] Doc: Describe "Create Header File" and "Create Source File" ...context menu items in the Projects sidebar view. Task-number: QTCREATORBUG-31510 Change-Id: I39ee3650f036d220a5b184c6c3a613f399386e3d Reviewed-by: Christian Kandeler --- doc/qtcreator/src/user-interface/creator-projects-view.qdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/qtcreator/src/user-interface/creator-projects-view.qdoc b/doc/qtcreator/src/user-interface/creator-projects-view.qdoc index d28e6f9ef00..8dd1e84f5da 100644 --- a/doc/qtcreator/src/user-interface/creator-projects-view.qdoc +++ b/doc/qtcreator/src/user-interface/creator-projects-view.qdoc @@ -32,6 +32,7 @@ \note Usually, \l{Navigate with locator}{searching with the locator} is the fastest way to find a particular project, file, class, or function, or almost anything else in your project. + \else \image projects-view-design.webp {Projects view} \endif @@ -79,6 +80,8 @@ \li Execute \uicontrol Build menu commands. \li Create new files. For more information, see \l{Create files}. + \li Create a corresponding source or header file for a C++ header or + source file. \li Rename existing files. If you change the base name of a file, \QC displays a list of other files with the same base name and offers to rename them as well. If you rename a UI file (.ui),