summaryrefslogtreecommitdiffstats
path: root/examples/assistant/doc/src/simpletextviewer.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/doc/src/simpletextviewer.qdoc')
-rw-r--r--examples/assistant/doc/src/simpletextviewer.qdoc57
1 files changed, 31 insertions, 26 deletions
diff --git a/examples/assistant/doc/src/simpletextviewer.qdoc b/examples/assistant/doc/src/simpletextviewer.qdoc
index 4954fbfc5..374256bbf 100644
--- a/examples/assistant/doc/src/simpletextviewer.qdoc
+++ b/examples/assistant/doc/src/simpletextviewer.qdoc
@@ -135,37 +135,37 @@
In the help project file, the outline is represented by:
\code
- <filterSection>
- <toc>
- <section title="Simple Text Viewer" ref="index.html">
- <section title="Find File" ref="./findfile.html">
- <section title="File Dialog" ref="./filedialog.html"></section>
- <section title="Wildcard Matching" ref="./wildcardmatching.html"></section>
- <section title="Browse" ref="./browse.html"></section>
- </section>
- <section title="Open File" ref="./openfile.html"></section>
- </section>
- </toc>
+ <filterSection>
+ <toc>
+ <section title="Simple Text Viewer" ref="index.html">
+ <section title="Find File" ref="findfile.html">
+ <section title="File Dialog" ref="filedialog.html"/>
+ <section title="Wildcard Matching" ref="wildcardmatching.html"/>
+ <section title="Browse" ref="browse.html"/>
+ </section>
+ <section title="Open File" ref="openfile.html"/>
+ </section>
+ </toc>
\endcode
After the table of contents is defined, we will list all index keywords:
\code
<keywords>
- <keyword name="Display" ref="./index.html"/>
- <keyword name="Rich text" ref="./index.html"/>
- <keyword name="Plain text" ref="./index.html"/>
- <keyword name="Find" ref="./findfile.html"/>
- <keyword name="File menu" ref="./findfile.html"/>
- <keyword name="File name" ref="./filedialog.html"/>
- <keyword name="File dialog" ref="./filedialog.html"/>
- <keyword name="File globbing" ref="./wildcardmatching.html"/>
- <keyword name="Wildcard matching" ref="./wildcardmatching.html"/>
- <keyword name="Wildcard syntax" ref="./wildcardmatching.html"/>
- <keyword name="Browse" ref="./browse.html"/>
- <keyword name="Directory" ref="./browse.html"/>
- <keyword name="Open" ref="./openfile.html"/>
- <keyword name="Select" ref="./openfile.html"/>
+ <keyword name="Display" ref="index.html"/>
+ <keyword name="Rich text" ref="index.html"/>
+ <keyword name="Plain text" ref="index.html"/>
+ <keyword name="Find" ref="findfile.html"/>
+ <keyword name="File menu" ref="findfile.html"/>
+ <keyword name="File name" ref="filedialog.html"/>
+ <keyword name="File dialog" ref="filedialog.html"/>
+ <keyword name="File globbing" ref="wildcardmatching.html"/>
+ <keyword name="Wildcard matching" ref="wildcardmatching.html"/>
+ <keyword name="Wildcard syntax" ref="wildcardmatching.html"/>
+ <keyword name="Browse" ref="browse.html"/>
+ <keyword name="Directory" ref="browse.html"/>
+ <keyword name="Open" ref="openfile.html"/>
+ <keyword name="Select" ref="openfile.html"/>
</keywords>
\endcode
@@ -183,7 +183,12 @@
<file>openfile.html</file>
<file>wildcardmatching.html</file>
<file>images/browse.png</file>
- <file>images/*.png</file>
+ <file>images/fadedfilemenu.png</file>
+ <file>images/filedialog.png</file>
+ <file>images/handbook.png</file>
+ <file>images/mainwindow.png</file>
+ <file>images/open.png</file>
+ <file>images/wildcard.png</file>
</files>
</filterSection>
</QtHelpProject>