Doc: Replace "Getting Help" with "How To"

Move the topics to either "How To: Read Qt documentation" or
"Reference", depending on their type.

Task-number: QTCREATORBUG-29361
Change-Id: Ifa46192f7a15a71e8d3454010f6b96764776f82b
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
This commit is contained in:
Leena Miettinen
2023-09-05 16:28:35 +02:00
parent 66fabd0c0d
commit 097cb17af4
22 changed files with 281 additions and 123 deletions

View File

@@ -81,31 +81,33 @@
</div> </div>
<div class="sectionlist normallist"> <div class="sectionlist normallist">
<div class="heading"> <div class="heading">
<h2>Advanced Use</h2> <h2>How To</h2>
</div> </div>
<ul> <ul>
<li><a href="creator-os-supported-platforms.html">Supported Platforms</a></li> <li><a href="creator-how-tos.html#design-uis">Design UIs</a></li>
<li><a href="creator-project-other.html">Build Systems</a></li> <li><a href="creator-how-tos.html#edit-code">Edit Code</a></li>
<li><a href="creator-cli.html">Using Command Line Options</a></li> <li><a href="creator-how-tos.html#manage-projects">Manage Projects</a></li>
<li><a href="creator-keyboard-shortcuts.html">Keyboard Shortcuts</a></li> <li><a href="creator-how-tos.html#read-qt-documentation">Read Qt Documentation</a></li>
<li><a href="creator-editor-external.html">Using External Tools</a></li> <li><a href="creator-how-tos.html#use-qt-creator">Use Qt Creator</a></li>
<li><a href="creator-task-lists.html">Showing Task List Files in Issues</a></li> <li><a href="creator-how-tos.html#use-the-ui">Use the UI</a></li>
<li><a href="creator-logging-viewer.html">Inspecting Internal Logs</a></li> <li><a href="creator-how-tos.html">See All</a></li>
<li><a href="creator-telemetry.html">Managing Data Collection</a></li>
</ul> </ul>
</div> </div>
<div class="sectionlist normallist"> <div class="sectionlist normallist">
<div class="heading"> <div class="heading">
<h2>Getting Help</h2> <h2>Reference</h2>
</div> </div>
<ul> <ul>
<li><a href="creator-help.html">Using the Help Mode</a></li>
<li><a href="creator-faq.html">FAQ</a></li>
<li><a href="creator-how-tos.html">How-to</a></li>
<li><a href="creator-reference.html">Reference</a></li>
<li><a href="creator-known-issues.html">Known Issues</a></li>
<li><a href="creator-glossary.html">Glossary</a></li>
<li><a href="technical-support.html">Technical Support</a></li>
<li><a href="creator-acknowledgements.html">Acknowledgements</a></li> <li><a href="creator-acknowledgements.html">Acknowledgements</a></li>
<li><a href="creator-project-other.html">Build Systems</a></li>
<li><a href="creator-cli.html">Command Line Options</a></li>
<li><a href="creator-project-wizards.html">Custom Wizards</a></li>
<li><a href="creator-faq.html">FAQ</a></li>
<li><a href="creator-glossary.html">Glossary</a></li>
<li><a href="creator-keyboard-shortcuts.html">Keyboard Shortcuts</a></li>
<li><a href="creator-known-issues.html">Known Issues</a></li>
<li><a href="creator-os-supported-platforms.html">Supported Platforms</a></li>
<li><a href="technical-support.html">Technical Support</a></li>
<li><a href="creator-reference.html">See All</a></li>
</ul> </ul>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -33,7 +33,7 @@
\li Diagnostics \li Diagnostics
\li \l{Viewing Function Tooltips}{Tooltips} \li \l{View function tooltips}{Tooltips}
\li \l{Finding Symbols}{Finding and renaming symbols} \li \l{Finding Symbols}{Finding and renaming symbols}

View File

@@ -21,7 +21,7 @@
\uicontrol Edit > \uicontrol Preferences > \uicontrol {Text Editor} \uicontrol Edit > \uicontrol Preferences > \uicontrol {Text Editor}
> \uicontrol Behavior > \uicontrol Behavior
\li Highlighting the symbol under cursor \li Highlighting the symbol under cursor
\li \l{Viewing Function Tooltips}{Viewing function tooltips} \li \l{View function tooltips}
\li \l{Semantic Highlighting}{Semantic highlighting}, as defined in \li \l{Semantic Highlighting}{Semantic highlighting}, as defined in
\l{https://github.com/microsoft/vscode-languageserver-node/pull/367} \l{https://github.com/microsoft/vscode-languageserver-node/pull/367}
{Proposal of the semantic highlighting protocol extension} {Proposal of the semantic highlighting protocol extension}

View File

@@ -1,8 +1,8 @@
// Copyright (C) 2021 The Qt Company Ltd. // Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*! /*!
\page creator-help.html \page creator-how-to-get-help.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage studio-help.html \previouspage studio-help.html
\nextpage studio-faq.html \nextpage studio-faq.html
@@ -10,7 +10,7 @@
\previouspage creator-how-tos.html \previouspage creator-how-tos.html
\endif \endif
\ingroup creator-how-to-use \ingroup creator-how-to-get-help
\title Get help \title Get help
@@ -19,7 +19,7 @@
\list \list
\li To view documentation, switch to \uicontrol Help mode. \li To view documentation, switch to the \uicontrol Help mode.
\li To view context sensitive help on a Qt class or function as a \li To view context sensitive help on a Qt class or function as a
tooltip, move the mouse cursor over the class or function. If help tooltip, move the mouse cursor over the class or function. If help
@@ -42,29 +42,35 @@
The following image displays the context sensitive help in the \uicontrol Edit The following image displays the context sensitive help in the \uicontrol Edit
mode. mode.
\image qtcreator-context-sensitive-help.png "Context-sensitive help in Edit mode" \image qtcreator-context-sensitive-help.png {Context-sensitive help in Edit mode}
\section1 Change the font
If the help HTML file does not use a style sheet, you can change the font If the help HTML file does not use a style sheet, you can change the font
family, style, and size in \uicontrol Edit > \uicontrol Preferences > family, style, and size in \uicontrol Edit > \uicontrol Preferences >
\uicontrol Help > \uicontrol General. \uicontrol Help > \uicontrol General.
\image qtcreator-help-options.png "General tab in Help preferences" \image qtcreator-help-options.png {General tab in Help preferences}
You can set the default zoom level in the \uicontrol Zoom field. When You can set the default zoom level in the \uicontrol Zoom field. When
viewing help pages, you can use the mouse scroll wheel to zoom them. To viewing help pages, you can use the mouse scroll wheel to zoom them. To
disable this feature, deselect the \uicontrol {Enable scroll wheel zooming} disable this feature, deselect the \uicontrol {Enable scroll wheel zooming}
check box. check box.
\section1 Return to the editor
To switch to the editor context when you close the last help page, select To switch to the editor context when you close the last help page, select
the \uicontrol {Return to editor on closing the last page} check box. the \uicontrol {Return to editor on closing the last page} check box.
\section1 Select help viewer backend
The help viewer backend determines the style sheet that is used to display The help viewer backend determines the style sheet that is used to display
the help files. The default help viewer backend that is based on litehtml the help files. The default help viewer backend that is based on litehtml
is recommended for viewing Qt documentation. You can choose another help is recommended for viewing Qt documentation. You can choose another help
viewer backend in the \uicontrol {Viewer backend} field. To take the new viewer backend in the \uicontrol {Viewer backend} field. To take the new
backend to use, reload the help page. backend to use, reload the help page.
\section1 Viewing Function Tooltips \section1 View function tooltips
To hide function tooltips by default, select \uicontrol Edit > To hide function tooltips by default, select \uicontrol Edit >
\uicontrol Preferences > \uicontrol {Text Editor} > \uicontrol Behavior > \uicontrol Preferences > \uicontrol {Text Editor} > \uicontrol Behavior >
@@ -75,7 +81,25 @@
To use a keyboard shortcut for viewing help tooltips, select To use a keyboard shortcut for viewing help tooltips, select
\uicontrol {Show help tooltips using keyboard shortcut (Alt)}. \uicontrol {Show help tooltips using keyboard shortcut (Alt)}.
\section1 Finding Information in Qt Documentation \sa {Find information in Qt documentation}, {Filter documentation},
{Search from documentation}
\sa {Add external documentation}, {Detach the help window},
{Filter documentation}, {Find information in Qt documentation},
{Select the help start page}
*/
/*!
\page creator-how-to-find-info-in-documentation.html
\if defined(qtdesignstudio)
\previouspage creator-how-to-get-help.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-get-help
\title Find information in Qt documentation
\QC, \QSDK and other Qt deliverables have documentation \QC, \QSDK and other Qt deliverables have documentation
as .qch files. All the documentation is accessible in the \uicontrol Help mode. as .qch files. All the documentation is accessible in the \uicontrol Help mode.
@@ -86,7 +110,13 @@
\uicontrol Kits > \uicontrol {Qt Versions} > \uicontrol Kits > \uicontrol {Qt Versions} >
\uicontrol {Register documentation}. \uicontrol {Register documentation}.
To find information in the documentation, select: \image qtcreator-qt-versions.png {Register documentation field in Qt Versions tab in Kit Preferences}
\section1 Help mode sidebar views
\image qtcreator-sidebar-help-mode.webp {Sidebar views in the Help mode}
To find information in the documentation in the \uicontrol Help mode, select:
\list \list
@@ -106,14 +136,27 @@
\endlist \endlist
\section2 Adding Bookmarks to Help Pages \sa {Add bookmarks to help pages}, {Search from documentation}
*/
/*!
\page creator-how-to-add-bookmarks-to-help-pages.html
\if defined(qtdesignstudio)
\previouspage creator-how-to-get-help.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-get-help
\title Add bookmarks to help pages
You can add bookmarks to useful help pages to easily find them later You can add bookmarks to useful help pages to easily find them later
in the \uicontrol Bookmarks view. You can either use the page title as the in the \uicontrol Bookmarks view. You can either use the page title as the
bookmark or change it to any text. You can organize the bookmarks in bookmark or change it to any text. You can organize the bookmarks in
folders in the view. folders in the view.
\image qtcreator-help-add-bookmark-dlg.png "Add Bookmark dialog" \image qtcreator-help-add-bookmark-dlg.png {Add Bookmark dialog}
To add a bookmark to an open help page: To add a bookmark to an open help page:
@@ -127,13 +170,29 @@
\endlist \endlist
\section1 Import and export bookmarks
To import and export bookmarks, select \uicontrol Edit > \uicontrol Preferences To import and export bookmarks, select \uicontrol Edit > \uicontrol Preferences
> \uicontrol Help > \uicontrol General > \uicontrol {Import Bookmarks} or > \uicontrol Help > \uicontrol General > \uicontrol {Import Bookmarks} or
\uicontrol {Export Bookmarks}. \uicontrol {Export Bookmarks}.
\section2 Full-text Search \sa {Find information in Qt documentation}
*/
In the \uicontrol Search pane, you can use full-text search for finding a /*!
\page creator-how-to-search-from-docs.html
\if defined(qtdesignstudio)
\previouspage creator-how-to-get-help.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-get-help
\title Search from documentation
In the \uicontrol Help mode \uicontrol Search pane, you can use full-text
search for finding a
particular word in all the installed documents. Enter the term you are particular word in all the installed documents. Enter the term you are
looking for, and select the \uicontrol Search button. All documents that looking for, and select the \uicontrol Search button. All documents that
have the specified term are listed. The list is sorted by document have the specified term are listed. The list is sorted by document
@@ -141,7 +200,7 @@
the number of search hits that the documents have. Select a document in the number of search hits that the documents have. Select a document in
the list to open it. the list to open it.
\image qtcreator-help-search.png "Search pane" \image qtcreator-help-search.png {Help mode Search pane}
The following are examples of common search patterns: The following are examples of common search patterns:
@@ -173,15 +232,21 @@
Punctuation is not included in indexed terms. To find terms that have Punctuation is not included in indexed terms. To find terms that have
punctuation, such as domain names, use the asterisk as a wild card. For punctuation, such as domain names, use the asterisk as a wild card. For
example, to find \c {Pastebin.Com}, enter the search term \c {Pastebin*}. example, to find \c {Pastebin.Com}, enter the search term \c {Pastebin*}.
\sa {Find information in Qt documentation}
*/ */
/*! /*!
\page creator-how-to-add-external-documentation.html \page creator-how-to-add-external-documentation.html
\if defined(qtdesignstudio)
\previouspage creator-how-to-get-help.html
\else
\previouspage creator-how-tos.html \previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-use \ingroup creator-how-to-get-help
\title Adding External Documentation \title Add external documentation
You can display external documentation in the \uicontrol Help mode. You can display external documentation in the \uicontrol Help mode.
To add documentation or replace the documentation that ships with \QC and Qt: To add documentation or replace the documentation that ships with \QC and Qt:
@@ -196,51 +261,102 @@
\li To add the .qch file to \QC, select \uicontrol Edit > \uicontrol Preferences > \li To add the .qch file to \QC, select \uicontrol Edit > \uicontrol Preferences >
\uicontrol Help > \uicontrol Documentation > \uicontrol Add. \uicontrol Help > \uicontrol Documentation > \uicontrol Add.
\image qtcreator-preferences-help-documentation.webp {Documentation tab in Help Preferences}
\endlist \endlist
\sa \sa {Get help}
*/
\section1 Detaching the Help Window /*!
\page creator-how-to-detach-help-window.html
\if defined(qtdesignstudio)
\previouspage creator-how-to-get-help.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-get-help
\title Detach the help window
By default, context-sensitive help is opened in a window next to the By default, context-sensitive help is opened in a window next to the
code editor when you press \key F1. If there is not enough vertical code editor when you press \key F1. If there is not enough vertical
space, the help opens in the full-screen help mode. space, the help opens in the full-screen help mode.
You can specify that the help always opens in full-screen mode or \image qtcreator-context-sensitive-help.png {Context-sensitive help in Edit mode}
is detached to an external window. Select \uicontrol Edit >
\uicontrol Preferences > \uicontrol Help > \uicontrol General and specify To specify that the help always opens in full-screen mode or
settings for displaying context-sensitive help is detached to an external window, select \uicontrol Edit >
\uicontrol Preferences > \uicontrol Help > \uicontrol General.
\image qtcreator-help-options.png {General tab in Help preferences}
Set preferences for displaying context-sensitive help
in the \uicontrol {On context help} field. To detach the help window, select in the \uicontrol {On context help} field. To detach the help window, select
\uicontrol {Always Show in External Window}. \uicontrol {Always Show in External Window}.
To change this setting in a help view, select the \inlineimage icons/linkicon.png To change this setting in a help view, select the \inlineimage icons/linkicon.png
toolbar button. toolbar button.
\section1 Selecting the Start Page \sa {Get help}
*/
/*!
\page creator-how-to-set-help-start-page.html
\if defined(qtdesignstudio)
\previouspage creator-how-to-get-help.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-get-help
\title Select the help start page
You can select the page to display when you open the \uicontrol Help mode in the You can select the page to display when you open the \uicontrol Help mode in the
\uicontrol Edit > \uicontrol Preferences > \uicontrol Help > \uicontrol General \uicontrol Edit > \uicontrol Preferences > \uicontrol Help > \uicontrol General
> \uicontrol {On help start} field. > \uicontrol {On help start} field.
To display the page and help views that were open when you exited the mode,
select the \uicontrol {Show My Tabs from Last Session} option. However, Web pages
are not opened because loading them would slow down opening the \uicontrol Help
mode.
To display a particular page, select \uicontrol {Show My Home Page}, and specify \image qtcreator-help-options.png {General tab in Help preferences}
the page in the \uicontrol {Home Page} field.
To display a blank page, select the \uicontrol {Show a Blank Page} option. You can \list
also select the \uicontrol {Use Blank Page} button to set a blank page as your \li To display the page and help views that were open when you exited the mode,
home page. select the \uicontrol {Show My Tabs from Last Session} option. However, Web pages
are not opened because loading them would slow down opening the \uicontrol Help
mode.
\section1 Using Documentation Filters \li To display a particular page, select \uicontrol {Show My Home Page}, and specify
the page in the \uicontrol {Home Page} field.
\li To display a blank page, select the \uicontrol {Show a Blank Page} option. You can
also select the \uicontrol {Use Blank Page} button to set a blank page as your
home page.
\endlist
\sa {Get help}
*/
/*!
\page creator-how-to-filter-documentation.html
\if defined(qtdesignstudio)
\previouspage creator-how-to-get-help.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-get-help
\title Filter documentation
You can filter the documents displayed in the \uicontrol Help mode to find You can filter the documents displayed in the \uicontrol Help mode to find
relevant information faster. Select a filter from a list of filters (1). The relevant information faster. Select a filter from a list of filters. The
contents of the \uicontrol Index and \uicontrol Contents contents of the \uicontrol Index and \uicontrol Contents
view in the sidebar change accordingly. view in the sidebar change accordingly.
\image qtcreator-help-filters.png "Filters field on the Help mode toolbar" \image qtcreator-help-filters.png {Filters field on the Help mode toolbar}
\section1 Add filters
You can define your own filters to display documentation for a set of You can define your own filters to display documentation for a set of
Qt modules and versions. Qt modules and versions.
@@ -252,7 +368,7 @@
\li Select \uicontrol Edit > \uicontrol Preferences > \uicontrol Help > \li Select \uicontrol Edit > \uicontrol Preferences > \uicontrol Help >
\uicontrol Filters. \uicontrol Filters.
\image qtcreator-help-filter-attributes.png "Filters tab in Help preferences" \image qtcreator-help-filter-attributes.png {Filters tab in Help preferences}
\li Select \inlineimage icons/plus.png \li Select \inlineimage icons/plus.png
to add a new filter in the \uicontrol {Add Filter} dialog. to add a new filter in the \uicontrol {Add Filter} dialog.
@@ -274,11 +390,17 @@
\endlist \endlist
\section1 Change filters
To modify the selected filter, add and remove Qt modules and versions, and To modify the selected filter, add and remove Qt modules and versions, and
then select \uicontrol Apply. then select \uicontrol Apply.
To rename the selected filter, select \uicontrol Rename. To rename the selected filter, select \uicontrol Rename.
\section1 Remove filters
To remove the selected filter select \inlineimage icons/minus.png To remove the selected filter select \inlineimage icons/minus.png
. .
\sa {Get help}
*/ */

View File

@@ -34,5 +34,5 @@
take effect. take effect.
\endlist \endlist
\sa {Install plugins}{How-to: Install plugins} \sa {Install plugins}{How To: Install plugins}
*/ */

View File

@@ -39,5 +39,5 @@
\li Select \uicontrol {Restart Now} to restart \QC and load the plugin. \li Select \uicontrol {Restart Now} to restart \QC and load the plugin.
\endlist \endlist
\sa {Enable and disable plugins}{How-to: Enable and disable plugins} \sa {Enable and disable plugins}{How To: Enable and disable plugins}
*/ */

View File

@@ -12,25 +12,16 @@
\page creator-how-tos.html \page creator-how-tos.html
\nextpage creator-reference.html \nextpage creator-reference.html
\title How-to \title How To
The following topics describe how to use \QC to perform a particular task. The following topics describe how to use \QC to perform a particular task.
\section1 Use the UI \section1 Design UIs
\list \list
\li \l {Assign keyboard shortcuts} \li \l {Export SVG images}
\li \l {Find a particular preference} \li \l {Run QML files}
\li \l {Find keyboard shortcuts} \li \l {View images}
\li \l {Find menu items on \macos}
\li \l {Import and export keyboard shortcuts}
\li \l {Set high DPI scaling}
\li \l {Set the number of recent files shown}
\li \l {Show and hide sidebars}
\li \l {Show task list files in Issues}
\li \l {Switch between modes}
\li \l {Switch UI themes}
\li \l {View output}
\endlist \endlist
\section1 Edit Code \section1 Edit Code
@@ -51,14 +42,6 @@
\li \l {Write down notes} \li \l {Write down notes}
\endlist \endlist
\section1 Design UIs
\list
\li \l {Export SVG images}
\li \l {Run QML files}
\li \l {View images}
\endlist
\section1 Manage Projects \section1 Manage Projects
\list \list
@@ -77,6 +60,19 @@
\li \l {Use project wizards} \li \l {Use project wizards}
\endlist \endlist
\section1 Read Qt Documentation
\list
\li \l {Add bookmarks to help pages}
\li \l {Add external documentation}
\li \l {Detach the help window}
\li \l {Filter documentation}
\li \l {Find information in Qt documentation}
\li \l {Get help}
\li \l {Search from documentation}
\li \l {Select the help start page}
\endlist
\section1 Use \QC \section1 Use \QC
\list \list
@@ -91,6 +87,23 @@
\li \l {Use external tools} \li \l {Use external tools}
\li \l {Use Qt Linguist} \li \l {Use Qt Linguist}
\endlist \endlist
\section1 Use the UI
\list
\li \l {Assign keyboard shortcuts}
\li \l {Find a particular preference}
\li \l {Find keyboard shortcuts}
\li \l {Find menu items on \macos}
\li \l {Import and export keyboard shortcuts}
\li \l {Set high DPI scaling}
\li \l {Set the number of recent files shown}
\li \l {Show and hide sidebars}
\li \l {Show task list files in Issues}
\li \l {Switch between modes}
\li \l {Switch UI themes}
\li \l {View output}
\endlist
*/ */
/*! /*!

View File

@@ -12,7 +12,7 @@
\brief Answers to some frequently asked questions about \QC. \brief Answers to some frequently asked questions about \QC.
You might also find answers to your questions in the You might also find answers to your questions in the
\l{Known Issues} and \l{How-to} sections, or the Troubleshooting \l{Known Issues} and \l{How To} sections, or the Troubleshooting
sections for a special area, such as sections for a special area, such as
\l{Troubleshooting Debugger}{debugging}. \l{Troubleshooting Debugger}{debugging}.
@@ -155,7 +155,7 @@
To view the documentation that is available and to add documentation, To view the documentation that is available and to add documentation,
select \uicontrol Edit > \uicontrol Preferences > \uicontrol Help > select \uicontrol Edit > \uicontrol Preferences > \uicontrol Help >
\uicontrol Documentation. For more information, see \uicontrol Documentation. For more information, see
\l{Adding External Documentation}. \l{Add external documentation}.
\section1 Debugger Questions \section1 Debugger Questions

View File

@@ -24,7 +24,7 @@
in different build and run \l{glossary-buildandrun-kit}{kits}. in different build and run \l{glossary-buildandrun-kit}{kits}.
\note Meson build plugin is disabled by default, see \note Meson build plugin is disabled by default, see
\l{Enable and disable plugins}{How-to: Enable and disable plugins}. \l{Enable and disable plugins}{How To: Enable and disable plugins}.
\section1 Adding Meson Tools \section1 Adding Meson Tools

View File

@@ -69,7 +69,7 @@
install and configure some additional software on the devices to be able to install and configure some additional software on the devices to be able to
\l{Connecting Devices}{connect} to them from the development PC. \l{Connecting Devices}{connect} to them from the development PC.
\sa {Manage Projects}{How-to: Manage Projects}, {Custom Wizards} \sa {Manage Projects}{How To: Manage Projects}, {Custom Wizards}
*/ */
/*! /*!

View File

@@ -56,7 +56,7 @@
\li \l{Highlighting and Folding Blocks} \li \l{Highlighting and Folding Blocks}
\li \l{Viewing Function Tooltips} \li \l{View function tooltips}
\endlist \endlist

View File

@@ -10,7 +10,7 @@
in the \QC Manual. Use your browser's page search to find a link to a in the \QC Manual. Use your browser's page search to find a link to a
particular topic in the list. For a more extensive search, use the particular topic in the list. For a more extensive search, use the
\uicontrol Search function in the \l{https://doc.qt.io/qtcreator/} \uicontrol Search function in the \l{https://doc.qt.io/qtcreator/}
{Qt documentation} portal or in the \l {Using the Help Mode}{Help} mode. {Qt documentation} portal or in the \l {Get help}{Help} mode.
\list \list
\li \l{Getting Started} \li \l{Getting Started}
@@ -197,28 +197,18 @@
\li \l{Running Autotests} \li \l{Running Autotests}
\li \l{Using Squish} \li \l{Using Squish}
\endlist \endlist
\li \l{How-to} \li \l{How To}
\list \list
\li Use the UI \li Design UIs
\list \list
\li \l {Assign keyboard shortcuts} \li \l {Export SVG images}
\li \l {Find a particular preference} \li \l {Run QML files}
\li \l {Find keyboard shortcuts} \li \l {View images}
\li \l {Find menu items on \macos}
\li \l {Import and export keyboard shortcuts}
\li \l {Set high DPI scaling}
\li \l {Set the number of recent files shown}
\li \l {Show and hide sidebars}
\li \l {Show task list files in Issues}
\li \l {Switch between modes}
\li \l {Switch UI themes}
\li \l {View output}
\endlist \endlist
\li Edit Code \li Edit Code
\list \list
\li \l {Add code snippets to the auto-complete menu} \li \l {Add code snippets to the auto-complete menu}
\li \l {Enclose selected code in curly braces, parentheses, or double quotes} \li \l {Enclose selected code in curly braces, parentheses, or double quotes}
\li \l {Get help}
\li \l {Jump to a function in QML code} \li \l {Jump to a function in QML code}
\li \l {Locate files using the keyboard} \li \l {Locate files using the keyboard}
\li \l {Move between open files} \li \l {Move between open files}
@@ -231,12 +221,6 @@
\li \l {Switch to Edit mode} \li \l {Switch to Edit mode}
\li \l {Write down notes} \li \l {Write down notes}
\endlist \endlist
\li Design UIs
\list
\li \l {Export SVG images}
\li \l {Run QML files}
\li \l {View images}
\endlist
\li Manage Projects \li Manage Projects
\list \list
\li \l {Add a license header template for C++ code} \li \l {Add a license header template for C++ code}
@@ -253,6 +237,17 @@
\li \l {Specify project contents} \li \l {Specify project contents}
\li \l {Use project wizards} \li \l {Use project wizards}
\endlist \endlist
\li {Read Qt Documentation}
\list
\li \l {Add bookmarks to help pages}
\li \l {Add external documentation}
\li \l {Detach the help window}
\li \l {Filter documentation}
\li \l {Find information in Qt documentation}
\li \l {Get help}
\li \l {Search from documentation}
\li \l {Select the help start page}
\endlist
\li Use \QC \li Use \QC
\list \list
\li \l {Collect usage statistics} \li \l {Collect usage statistics}
@@ -266,6 +261,21 @@
\li \l {Use external tools} \li \l {Use external tools}
\li \l {Use Qt Linguist} \li \l {Use Qt Linguist}
\endlist \endlist
\li Use the UI
\list
\li \l {Assign keyboard shortcuts}
\li \l {Find a particular preference}
\li \l {Find keyboard shortcuts}
\li \l {Find menu items on \macos}
\li \l {Import and export keyboard shortcuts}
\li \l {Set high DPI scaling}
\li \l {Set the number of recent files shown}
\li \l {Show and hide sidebars}
\li \l {Show task list files in Issues}
\li \l {Switch between modes}
\li \l {Switch UI themes}
\li \l {View output}
\endlist
\endlist \endlist
\li \l{Reference} \li \l{Reference}
\list \list

View File

@@ -91,13 +91,14 @@
\li \l{Running Autotests} \li \l{Running Autotests}
\li \l{Using Squish} \li \l{Using Squish}
\endlist \endlist
\li \b {\l{Getting Help}} \li \b {\l{How To}}
\list \list
\li \l{Using the Help Mode} \li \l{Design UIs}
\li \l{FAQ} \li \l{Edit Code}
\li \l{How-to} \li \l{Manage Projects}
\li \l{Known Issues} \li \l{Read Qt Documentation}
\li \l{Glossary} \li \l{Use \QC}
\li \l{Use the UI}
\endlist \endlist
\li \b {\l{Reference}} \li \b {\l{Reference}}
\list \list

View File

@@ -60,7 +60,7 @@
\li \uicontrol Help \li \uicontrol Help
\li \key Ctrl+6 \li \key Ctrl+6
\li Read documentation. \li Read documentation.
\li \l{Using the Help Mode} \li \l{Get help}
\endtable \endtable
Some actions in \QC trigger a mode change. For example, Some actions in \QC trigger a mode change. For example,

View File

@@ -76,7 +76,7 @@
For information about new features and bug fixes in each \QC release, For information about new features and bug fixes in each \QC release,
select \uicontrol Help > \uicontrol {Change Log}. select \uicontrol Help > \uicontrol {Change Log}.
\sa {Use the UI}{How-to: Use the UI}, {Reference} \sa {Use the UI}{How To: Use the UI}, {Reference}
\else \else

View File

@@ -622,7 +622,7 @@
the \QC \uicontrol Help mode. For more information about adding the \QC \uicontrol Help mode. For more information about adding
the help files to \QC, see the help files to \QC, see
\l{http://doc.qt.io/qtcreator/creator-help.html#adding-external-documentation} \l{http://doc.qt.io/qtcreator/creator-help.html#adding-external-documentation}
{Adding External Documentation}. {Add external documentation}.
\section2 Additional Build Commands \section2 Additional Build Commands

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*! /*!
\previouspage creator-help.html \previouspage creator-how-to-get-help.html
\page studio-faq.html \page studio-faq.html
\nextpage studio-platforms.html \nextpage studio-platforms.html
@@ -11,7 +11,7 @@
This section contains answers to some frequently asked questions about \QDS This section contains answers to some frequently asked questions about \QDS
grouped by categories. You might also find answers to your questions in the grouped by categories. You might also find answers to your questions in the
product documentation by searching or browsing the index in the product documentation by searching or browsing the index in the
\l{Using the Help Mode}{Help mode}. Many questions are also answered by the \l{Get help}{Help mode}. Many questions are also answered by the
\l{Examples}{examples} and \l{Tutorials}{video tutorials}. \l{Examples}{examples} and \l{Tutorials}{video tutorials}.
\list \list

View File

@@ -4,7 +4,7 @@
/*! /*!
\page studio-help.html \page studio-help.html
\previouspage studio-features-on-mcu-projects.html \previouspage studio-features-on-mcu-projects.html
\nextpage creator-help.html \nextpage creator-how-to-get-help.html
\title Help \title Help
@@ -17,7 +17,7 @@
\list \list
\li \l{Using the Help Mode} \li \l{Get help}
\QDS comes fully integrated with documentation. You can use search \QDS comes fully integrated with documentation. You can use search
and index functions to find particular topics in the helps, or and index functions to find particular topics in the helps, or

View File

@@ -260,7 +260,17 @@
\endlist \endlist
\li \l Help \li \l Help
\list \list
\li \l{Using the Help Mode} \li \l{Get help}
\list
\li \l {Add bookmarks to help pages}
\li \l {Add external documentation}
\li \l {Detach the help window}
\li \l {Filter documentation}
\li \l {Find information in Qt documentation}
\li \l {Get help}
\li \l {Search from documentation}
\li \l {Select the help start page}
\endlist
\li \l{Frequently Asked Questions} \li \l{Frequently Asked Questions}
\li \l{Supported Platforms} \li \l{Supported Platforms}
\endlist \endlist

View File

@@ -80,12 +80,12 @@
\li \l{Using Git} \li \l{Using Git}
\li \l{Converting Qt 5 Projects into Qt 6 Projects} \li \l{Converting Qt 5 Projects into Qt 6 Projects}
\li \l{Converting UI Projects to Applications} \li \l{Converting UI Projects to Applications}
\li \l{Use external tools} \li \l{Use external tools}{Using External Tools}
\li \l{\QDS on MCUs} \li \l{\QDS on MCUs}
\endlist \endlist
\li \b {\l Help} \li \b {\l Help}
\list \list
\li \l{Using the Help Mode} \li \l{Get help}{Getting Help}
\li \l{Frequently Asked Questions} \li \l{Frequently Asked Questions}
\li \l{Supported Platforms} \li \l{Supported Platforms}
\endlist \endlist