Commit 00ee178b authored by Kai Koehne's avatar Kai Koehne
Browse files

Fix links in simpletextviewer example .qhp file


Change-Id: I9694fd92853c15f2eecb2bdd1b9655b05940f217
Reviewed-by: default avatarJarek Kobus <jaroslaw.kobus@qt.io>
Showing with 61 additions and 56 deletions
...@@ -135,37 +135,37 @@ ...@@ -135,37 +135,37 @@
In the help project file, the outline is represented by: In the help project file, the outline is represented by:
\code \code
<filterSection> <filterSection>
<toc> <toc>
<section title="Simple Text Viewer" ref="index.html"> <section title="Simple Text Viewer" ref="index.html">
<section title="Find File" ref="./findfile.html"> <section title="Find File" ref="findfile.html">
<section title="File Dialog" ref="./filedialog.html"></section> <section title="File Dialog" ref="filedialog.html"/>
<section title="Wildcard Matching" ref="./wildcardmatching.html"></section> <section title="Wildcard Matching" ref="wildcardmatching.html"/>
<section title="Browse" ref="./browse.html"></section> <section title="Browse" ref="browse.html"/>
</section> </section>
<section title="Open File" ref="./openfile.html"></section> <section title="Open File" ref="openfile.html"/>
</section> </section>
</toc> </toc>
\endcode \endcode
After the table of contents is defined, we will list all index keywords: After the table of contents is defined, we will list all index keywords:
\code \code
<keywords> <keywords>
<keyword name="Display" ref="./index.html"/> <keyword name="Display" ref="index.html"/>
<keyword name="Rich text" ref="./index.html"/> <keyword name="Rich text" ref="index.html"/>
<keyword name="Plain text" ref="./index.html"/> <keyword name="Plain text" ref="index.html"/>
<keyword name="Find" ref="./findfile.html"/> <keyword name="Find" ref="findfile.html"/>
<keyword name="File menu" ref="./findfile.html"/> <keyword name="File menu" ref="findfile.html"/>
<keyword name="File name" ref="./filedialog.html"/> <keyword name="File name" ref="filedialog.html"/>
<keyword name="File dialog" ref="./filedialog.html"/> <keyword name="File dialog" ref="filedialog.html"/>
<keyword name="File globbing" ref="./wildcardmatching.html"/> <keyword name="File globbing" ref="wildcardmatching.html"/>
<keyword name="Wildcard matching" ref="./wildcardmatching.html"/> <keyword name="Wildcard matching" ref="wildcardmatching.html"/>
<keyword name="Wildcard syntax" ref="./wildcardmatching.html"/> <keyword name="Wildcard syntax" ref="wildcardmatching.html"/>
<keyword name="Browse" ref="./browse.html"/> <keyword name="Browse" ref="browse.html"/>
<keyword name="Directory" ref="./browse.html"/> <keyword name="Directory" ref="browse.html"/>
<keyword name="Open" ref="./openfile.html"/> <keyword name="Open" ref="openfile.html"/>
<keyword name="Select" ref="./openfile.html"/> <keyword name="Select" ref="openfile.html"/>
</keywords> </keywords>
\endcode \endcode
...@@ -183,7 +183,12 @@ ...@@ -183,7 +183,12 @@
<file>openfile.html</file> <file>openfile.html</file>
<file>wildcardmatching.html</file> <file>wildcardmatching.html</file>
<file>images/browse.png</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> </files>
</filterSection> </filterSection>
</QtHelpProject> </QtHelpProject>
......
No preview for this file type
No preview for this file type
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
<file> <file>
<input>simpletextviewer.qhp</input> <input>simpletextviewer.qhp</input>
<output>simpletextviewer.qch</output> <output>simpletextviewer.qch</output>
</file> </file>
</generate> </generate>
<register> <register>
<file>simpletextviewer.qch</file> <file>simpletextviewer.qch</file>
</register> </register>
</docFiles> </docFiles>
</QHelpCollectionProject> </QHelpCollectionProject>
...@@ -5,30 +5,30 @@ ...@@ -5,30 +5,30 @@
<filterSection> <filterSection>
<toc> <toc>
<section title="Simple Text Viewer" ref="index.html"> <section title="Simple Text Viewer" ref="index.html">
<section title="Find File" ref="./findfile.html"> <section title="Find File" ref="findfile.html">
<section title="File Dialog" ref="./filedialog.html"></section> <section title="File Dialog" ref="filedialog.html"/>
<section title="Wildcard Matching" ref="./wildcardmatching.html"></section> <section title="Wildcard Matching" ref="wildcardmatching.html"/>
<section title="Browse" ref="./browse.html"></section> <section title="Browse" ref="browse.html"/>
</section>
<section title="Open File" ref="./openfile.html"></section>
</section> </section>
</toc> <section title="Open File" ref="openfile.html"/>
</section>
</toc>
<keywords> <keywords>
<keyword name="Display" ref="./index.html"/> <keyword name="Display" ref="index.html"/>
<keyword name="Rich text" ref="./index.html"/> <keyword name="Rich text" ref="index.html"/>
<keyword name="Plain text" ref="./index.html"/> <keyword name="Plain text" ref="index.html"/>
<keyword name="Find" ref="./findfile.html"/> <keyword name="Find" ref="findfile.html"/>
<keyword name="File menu" ref="./findfile.html"/> <keyword name="File menu" ref="findfile.html"/>
<keyword name="File name" ref="./filedialog.html"/> <keyword name="File name" ref="filedialog.html"/>
<keyword name="File dialog" ref="./filedialog.html"/> <keyword name="File dialog" ref="filedialog.html"/>
<keyword name="File globbing" ref="./wildcardmatching.html"/> <keyword name="File globbing" ref="wildcardmatching.html"/>
<keyword name="Wildcard matching" ref="./wildcardmatching.html"/> <keyword name="Wildcard matching" ref="wildcardmatching.html"/>
<keyword name="Wildcard syntax" ref="./wildcardmatching.html"/> <keyword name="Wildcard syntax" ref="wildcardmatching.html"/>
<keyword name="Browse" ref="./browse.html"/> <keyword name="Browse" ref="browse.html"/>
<keyword name="Directory" ref="./browse.html"/> <keyword name="Directory" ref="browse.html"/>
<keyword name="Open" ref="./openfile.html"/> <keyword name="Open" ref="openfile.html"/>
<keyword name="Select" ref="./openfile.html"/> <keyword name="Select" ref="openfile.html"/>
</keywords> </keywords>
<files> <files>
<file>browse.html</file> <file>browse.html</file>
<file>filedialog.html</file> <file>filedialog.html</file>
...@@ -44,6 +44,6 @@ ...@@ -44,6 +44,6 @@
<file>images/mainwindow.png</file> <file>images/mainwindow.png</file>
<file>images/open.png</file> <file>images/open.png</file>
<file>images/wildcard.png</file> <file>images/wildcard.png</file>
</files> </files>
</filterSection> </filterSection>
</QtHelpProject> </QtHelpProject>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment