Skip to content

Commit c83461c

Browse files
author
Daniel Marjamäki
committed
GUI: added simple help file
1 parent 2fea5f0 commit c83461c

5 files changed

Lines changed: 36 additions & 0 deletions

File tree

gui/gui.qrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<file>images/showerrors.png</file>
1616
<file>images/showstylewarnings.png</file>
1717

18+
<file>help/online-help.qhc</file>
19+
1820
<file alias="COPYING">../COPYING</file>
1921
<file alias="AUTHORS">../AUTHORS</file>
2022
</qresource>

gui/help/buildhelp.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
qcollectiongenerator online-help.qhcp -o online-help.qhc

gui/help/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
help
4+
</body>
5+
</html>

gui/help/online-help.qhcp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<QHelpCollectionProject version="1.0">
3+
<docFiles>
4+
<generate>
5+
<file>
6+
<input>online-help.qhp</input>
7+
<output>online-help.qch</output>
8+
</file>
9+
</generate>
10+
<register>
11+
<file>online-help.qch</file>
12+
</register>
13+
</docFiles>
14+
</QHelpCollectionProject>

gui/help/online-help.qhp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<QtHelpProject version="1.0">
3+
<namespace>cppcheck.sourceforge.net</namespace>
4+
<virtualFolder>doc</virtualFolder>
5+
<filterSection>
6+
<toc>
7+
<section title="cppcheck" ref="index.html"/>
8+
</toc>
9+
<keywords/>
10+
<files>
11+
<file>index.html</file>
12+
</files>
13+
</filterSection>
14+
</QtHelpProject>

0 commit comments

Comments
 (0)