summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2012-11-22 13:56:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 18:02:54 +0100
commit7727e207563ecf640fd8a9a0a6163a3886a6f57d (patch)
treed9977e34024bf122349c876724e136ca132d59cf /examples
parentaa47a96cb71ef8915961f982a1292eb4ed116dfa (diff)
Doc: Update Qt Assistant Manual to Qt 5
Make the manual more task-oriented and update all screenshots. Check functionality and menu item names. Task-number: QTBUG-28024 Change-Id: I79ba3740d072fb3a6a30533a578c0a6bfbb9a26c Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc b/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc
index 072cc01ea..63ea51a4b 100644
--- a/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc
+++ b/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc
@@ -58,7 +58,7 @@
displayed properly.
\endlist
- Note that we will only comment on the parts of the implementation
+ \note We will only comment on the parts of the implementation
that are relevant to the main issue, that is making Qt Assistant
act as a customized help viewer for our Simple Text Viewer
application.
@@ -228,7 +228,7 @@
The \c cacheDirectory tag specifies a subdirectory of the users
data directory (see the
- \l{Using Qt Assistant as a Custom Help Viewer#Qt Help Collection Files}{Qt Help Collection Files})
+ \l{Customizing Qt Assistant#Qt Help Collection Files}{Qt Help Collection Files})
where the cache file for the full text search or the settings file will
be stored.
@@ -259,7 +259,7 @@
preferences dialog. This functionality is helpful when using \QA
as the central help viewer for more applications, but in our case
we want to actually prevent the user from removing the documentation.
- So, we disable the documentation manager.
+ So, we hide the \gui Documentation tab in the \gui Preferences dialog.
Since the address bar is not really relevant in such a small
documentation set we switch it off as well. By having just one filter
@@ -386,7 +386,7 @@
Then we create all the actions for the Simple Text Viewer application.
Of special interest is the \c assistantAct action accessible
- via the \key{F1} shortcut or the \menu{Help|Help Contents} menu item.
+ via the \key{F1} shortcut or the \gui Help > \gui {Help Contents} menu item.
This action is connected to the \c showDocumentation() slot of
the \c MainWindow class.
@@ -441,7 +441,7 @@
process that controls \QA in addition to a custom help collection
file including Qt compressed help files.
- The \l{Using Qt Assistant as a Custom Help Viewer} document contains
- more information about the options and settings available to
- applications that use \QA as a custom help viewer.
+ For more information about the options and settings available to
+ applications that use \QA as a custom help viewer, see
+ \l{Customizing Qt Assistant}.
*/