source: trunk/examples/help/simpletextviewer/documentation/index.html@ 168

Last change on this file since 168 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.2 KB
Line 
1<html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Manual</title>
5 </head>
6 <body style="font-size:12pt;font-family:helvetica">
7
8 <p><center><h2>Simple Text Viewer</h2></center></p>
9
10 <p>
11 The Simple Text Viewer enables the user to select and view
12 existing files.
13 </p>
14
15 <p><center>
16 <img src="images/mainwindow.png" />
17 </center></p>
18
19 <p>
20 HTML files is displayed using rich text, while
21 other files are presented as plain text. The application
22 provides a file dialog allowing the user to search for files
23 using wildcard matching. The search is performed within in the
24 specified directory, and the user is given an option to browse
25 the existing file system to find the relevant directory.
26 </p>
27
28 <ul>
29 <li><a href="findfile.html">Find File</a></li>
30 <ul>
31 <li><a href="filedialog.html">File Dialog</a></li>
32 <li><a href="wildcardmatching.html">WildCard Matching</a></li>
33 <li><a href="browse.html">Browse</a></li>
34 </ul>
35 <li><a href="openfile.html">Open File</a></li>
36 </ul>
37 </body>
38</html>
39
40
41
Note: See TracBrowser for help on using the repository browser.