source: trunk/examples/assistant/simpletextviewer/documentation/simpletextviewer.adp@ 92

Last change on this file since 92 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.8 KB
Line 
1<!DOCTYPE DCF>
2
3<assistantconfig version="3.2.0">
4
5<profile>
6 <property name="name">simpletextviewer</property>
7 <property name="title">Simple Text Viewer</property>
8 <property name="applicationicon">images/handbook.png</property>
9 <property name="startpage">index.html</property>
10 <property name="aboutmenutext">About Simple Text Viewer</property>
11 <property name="abouturl">about.txt</property>
12 <property name="assistantdocs">.</property>
13</profile>
14
15<DCF ref="index.html" icon="images/handbook.png" title="Simple Text Viewer">
16 <section ref="./findfile.html" title="Find File">
17 <keyword ref="./index.html">Display</keyword>
18 <keyword ref="./index.html">Rich text</keyword>
19 <keyword ref="./index.html">Plain text</keyword>
20 <keyword ref="./findfile.html">Find</keyword>
21 <keyword ref="./findfile.html">File menu</keyword>
22 <keyword ref="./filedialog.html">File name</keyword>
23 <keyword ref="./filedialog.html">File dialog</keyword>
24 <keyword ref="./wildcardmatching.html">File globbing</keyword>
25 <keyword ref="./wildcardmatching.html">Wildcard matching</keyword>
26 <keyword ref="./wildcardmatching.html">Wildcard syntax</keyword>
27 <keyword ref="./browse.html">Browse</keyword>
28 <keyword ref="./browse.html">Directory</keyword>
29 <keyword ref="./openfile.html">Open</keyword>
30 <keyword ref="./openfile.html">Select</keyword>
31
32 <section ref="./filedialog.html" title="File Dialog" />
33 <section ref="./wildcardmatching.html" title="Wildcard Matching" />
34 <section ref="./browse.html" title="Browse" />
35 </section>
36 <section ref="./openfile.html" title="Open File" />
37</DCF>
38
39</assistantconfig>
40
Note: See TracBrowser for help on using the repository browser.