aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-04-19 13:51:04 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-04-26 07:53:17 +0000
commitb3e0074126650a4069fe5efb3b20ea385134ac41 (patch)
tree5c9eda2ca8d5a7e397ea1e781ccb9cea8f97e9b5
parentdd861cde73a9345c3760fd9e6b1bb9e4f57de7d4 (diff)
Doc: Add links from all sidebar views to their docs
Update screenshot of Bookmarks view. Task-number: QTCREATORBUG-25162 Change-Id: I00fc3c917ee4727e023c7f7374dbc3e31306551e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--doc/qtcreator/images/qtcreator-bookmarks-view.pngbin6924 -> 2216 bytes
-rw-r--r--doc/qtcreator/src/user-interface/creator-views.qdoc29
2 files changed, 16 insertions, 13 deletions
diff --git a/doc/qtcreator/images/qtcreator-bookmarks-view.png b/doc/qtcreator/images/qtcreator-bookmarks-view.png
index 0143a517592..d8734cfe614 100644
--- a/doc/qtcreator/images/qtcreator-bookmarks-view.png
+++ b/doc/qtcreator/images/qtcreator-bookmarks-view.png
Binary files differ
diff --git a/doc/qtcreator/src/user-interface/creator-views.qdoc b/doc/qtcreator/src/user-interface/creator-views.qdoc
index 3696deff004..dd45f9411ef 100644
--- a/doc/qtcreator/src/user-interface/creator-views.qdoc
+++ b/doc/qtcreator/src/user-interface/creator-views.qdoc
@@ -47,25 +47,28 @@
\li \l{File System} shows all files in the currently selected
directory.
\li \l{Open Documents} shows currently open files.
- \li \uicontrol Bookmarks shows all bookmarks for the current session.
- \li \uicontrol {Git Branches} shows the local and remote brances for the
- project in the Git version control system. For more information, see
- \l{Working with Branches}.
- \li \uicontrol Outline shows an overview of defined types and other
- symbols, as well as their properties and hierarchy in a source file.
+ \li \l{Using Bookmarks}{Bookmarks} shows all bookmarks for the current
+ session.
+ \li \l{Working with Branches}{Git Branches} shows the local and remote
+ brances for the project in the Git version control system.
+ \li \l{Viewing Defined Types and Symbols}{Outline} shows an overview of
+ defined types and other symbols, as well as their properties and
+ hierarchy in a source file.
\endlist
\if defined(qtcreator)
The following views display additional information about C++ code:
\list
- \li \uicontrol {Class View} shows the class hierarchy of the currently
- open projects.
- \li \uicontrol Tests lists autotests and Qt Quick tests in the project.
- For more information, see \l {Running Autotests}.
- \li \uicontrol {Type Hierarchy} shows the base classes of a class.
- \li \uicontrol {Include Hierarchy} shows which files are included in
- the current file and which files include the current file.
+ \li \l{Viewing the Class Hierarchy}{Class View} shows the class
+ hierarchy of the currently open projects.
+ \li \l{Running Autotests}{Tests} lists autotests and Qt Quick
+ tests in the project.
+ \li \l{Viewing Type Hierarchy}{Type Hierarchy} shows the base
+ classes of a class.
+ \li \l{Viewing Include Hierarchy}{Include Hierarchy} shows which
+ files are included in the current file and which files include
+ the current file.
\endlist
\endif