diff options
Diffstat (limited to 'tests/auto/qhelpprojectdata/data')
-rw-r--r-- | tests/auto/qhelpprojectdata/data/test.qhp | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/tests/auto/qhelpprojectdata/data/test.qhp b/tests/auto/qhelpprojectdata/data/test.qhp new file mode 100644 index 0000000..e9ac7f2 --- /dev/null +++ b/tests/auto/qhelpprojectdata/data/test.qhp @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8"?> +<QtHelpProject version="1.0"> + <metaData name="author" value="Nokia Corporation and/or its subsidiary(-ies)" /> + <metaData name="language" value="en" /> + <virtualFolder>testFolder</virtualFolder> + <namespace>trolltech.com.1_0_0.test</namespace> + <customFilter name="Custom Filter 1"> + <filterAttribute>test</filterAttribute> + <filterAttribute>filter1</filterAttribute> + </customFilter> + <customFilter name="Custom Filter 2"> + <filterAttribute>test</filterAttribute> + <filterAttribute>filter2</filterAttribute> + </customFilter> + <filterSection> + <filterAttribute>test</filterAttribute> + <filterAttribute>filter1</filterAttribute> + <toc> + <section title="Test Manual" ref="test.html"> + <section title="Section 1" ref="test.html#section1"> + </section> + <section title="Section 2" ref="test.html#section2"> + </section> + <section title="Section 3" ref="test.html#section3"> + </section> + <section title="People" ref="people.html"> + </section> + <section title="About" ref="./sub/about.html"> + </section> + </section> + </toc> + <keywords> + <keyword name="foo" id="Test::foo" ref="test.html#foo"/> + <keyword name="bar" id="Test::bar" ref="test.html#bar"/> + <keyword name="bla" id="Test::bla" ref="test.html#bla"/> + <keyword name="einstein" id="People::einstein" ref="people.html#einstein"/> + <keyword name="newton" id="People::newton" ref="people.html#newton"/> + </keywords> + <files> + <file>classic.css</file> + <file>test.html</file> + <file>people.html</file> + <file>./sub/about.html</file> + </files> + </filterSection> + <filterSection> + <filterAttribute>test</filterAttribute> + <filterAttribute>filter2</filterAttribute> + <toc> + <section title="Fancy Manual" ref="fancy.html"> + <section title="Section 1" ref="fancy.html#section1"> + </section> + <section title="Section 2" ref="fancy.html#section2"> + </section> + <section title="Section 3" ref="fancy.html#section3"> + </section> + <section title="Cars" ref="cars.html"> + </section> + </section> + </toc> + <keywords> + <keyword name="foo" id="Fancy::foo" ref="fancy.html#foo"/> + <keyword name="foobar" id="Fancy::foobar" ref="fancy.html#foobar"/> + <keyword name="audi" id="Cars::newton" ref="cars.html#audi"/> + </keywords> + <files> + <file>classic.css</file> + <file>fancy.html</file> + <file>cars.html</file> + </files> + </filterSection> +</QtHelpProject>
\ No newline at end of file |