diff options
author | kh1 <qt-info@nokia.com> | 2009-08-31 15:56:50 (GMT) |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2009-08-31 16:06:14 (GMT) |
commit | 81be8823182ad9bbf058764eaac328c1009d2ac0 (patch) | |
tree | f85aa8f5b3fea8f79ecb1594c2fae512868a0b30 /examples/assistant/simpletextviewer/documentation/index.html | |
parent | 5a0d63f0f8920c425227004017d1c7d1a185dce6 (diff) | |
download | Qt-81be8823182ad9bbf058764eaac328c1009d2ac0.zip Qt-81be8823182ad9bbf058764eaac328c1009d2ac0.tar.gz Qt-81be8823182ad9bbf058764eaac328c1009d2ac0.tar.bz2 |
Remove deprecated Assistant sample code.
Diffstat (limited to 'examples/assistant/simpletextviewer/documentation/index.html')
-rw-r--r-- | examples/assistant/simpletextviewer/documentation/index.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/examples/assistant/simpletextviewer/documentation/index.html b/examples/assistant/simpletextviewer/documentation/index.html deleted file mode 100644 index 5a7b1d5..0000000 --- a/examples/assistant/simpletextviewer/documentation/index.html +++ /dev/null @@ -1,41 +0,0 @@ -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <title>Manual</title> - </head> - <body style="font-size:12pt;font-family:helvetica"> - - <p><center><h2>Simple Text Viewer</h2></center></p> - - <p> - The Simple Text Viewer enables the user to select and view - existing files. - </p> - - <p><center> - <img src="images/mainwindow.png" /> - </center></p> - - <p> - HTML files is displayed using rich text, while - other files are presented as plain text. The application - provides a file dialog allowing the user to search for files - using wildcard matching. The search is performed within in the - specified directory, and the user is given an option to browse - the existing file system to find the relevant directory. - </p> - - <ul> - <li><a href="findfile.html">Find File</a></li> - <ul> - <li><a href="filedialog.html">File Dialog</a></li> - <li><a href="wildcardmatching.html">WildCard Matching</a></li> - <li><a href="browse.html">Browse</a></li> - </ul> - <li><a href="openfile.html">Open File</a></li> - </ul> - </body> -</html> - - - |