Documentation/Source/index-eric4.Helpviewer.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric4.Helpviewer</title>
6 <style>
7 body {
8 background:white;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #4FA4FF; }
14 h2 { color: white; background: #4FA4FF; }
15 h3 { color: white; background: #00557F; }
16 h4 { color: white; background: #00557F; }
17
18 a { color: #AA5500; }
19
20 </style>
21 </head>
22 <body>
23 <h1>eric4.Helpviewer</h1>
24 <p>
25 Package implementing a little web browser.
26 </p><p>
27 The web browser is a little HTML browser for the display of HTML
28 help files like the Qt Online Documentation and for browsing the internet.
29 It may be used as a standalone version as well by using the eric4-helpviewer.py
30 script found in the main eric4 installation directory.
31 </p>
32
33 <h3>Packages</h3>
34 <table>
35 <tr>
36 <td><a href="index-eric4.Helpviewer.AdBlock.html">AdBlock</a></td>
37 <td>Package implementing the advertisments blocker functionality.</td>
38 </tr><tr>
39 <td><a href="index-eric4.Helpviewer.Bookmarks.html">Bookmarks</a></td>
40 <td>Package implementing the bookmarks system.</td>
41 </tr><tr>
42 <td><a href="index-eric4.Helpviewer.CookieJar.html">CookieJar</a></td>
43 <td>Package implementing a cookie jar and related dialogs with models.</td>
44 </tr><tr>
45 <td><a href="index-eric4.Helpviewer.History.html">History</a></td>
46 <td>Package implementing the history system.</td>
47 </tr><tr>
48 <td><a href="index-eric4.Helpviewer.Network.html">Network</a></td>
49 <td>Package containing network related modules.</td>
50 </tr><tr>
51 <td><a href="index-eric4.Helpviewer.OpenSearch.html">OpenSearch</a></td>
52 <td>Package implementing the opensearch search engine interfaces.</td>
53 </tr><tr>
54 <td><a href="index-eric4.Helpviewer.Passwords.html">Passwords</a></td>
55 <td>Package implementing the password management interface.</td>
56 </tr>
57 </table>
58
59 <h3>Modules</h3>
60 <table>
61 <tr>
62 <td><a href="eric4.Helpviewer.DownloadDialog.html">DownloadDialog</a></td>
63 <td>Module implementing the download dialog.</td>
64 </tr><tr>
65 <td><a href="eric4.Helpviewer.HTMLResources.html">HTMLResources</a></td>
66 <td>Module containing some HTML resources.</td>
67 </tr><tr>
68 <td><a href="eric4.Helpviewer.HelpBrowserWV.html">HelpBrowserWV</a></td>
69 <td>Module implementing the helpbrowser using QWebView.</td>
70 </tr><tr>
71 <td><a href="eric4.Helpviewer.HelpClearPrivateDataDialog.html">HelpClearPrivateDataDialog</a></td>
72 <td>Module implementing a dialog to select which private data to clear.</td>
73 </tr><tr>
74 <td><a href="eric4.Helpviewer.HelpDocsInstaller.html">HelpDocsInstaller</a></td>
75 <td>Module implementing a thread class populating and updating the QtHelp documentation database.</td>
76 </tr><tr>
77 <td><a href="eric4.Helpviewer.HelpIndexWidget.html">HelpIndexWidget</a></td>
78 <td>Module implementing a window for showing the QtHelp index.</td>
79 </tr><tr>
80 <td><a href="eric4.Helpviewer.HelpLanguagesDialog.html">HelpLanguagesDialog</a></td>
81 <td>Module implementing a dialog to configure the preferred languages.</td>
82 </tr><tr>
83 <td><a href="eric4.Helpviewer.HelpSearchWidget.html">HelpSearchWidget</a></td>
84 <td>Module implementing a window for showing the QtHelp index.</td>
85 </tr><tr>
86 <td><a href="eric4.Helpviewer.HelpTocWidget.html">HelpTocWidget</a></td>
87 <td>Module implementing a window for showing the QtHelp TOC.</td>
88 </tr><tr>
89 <td><a href="eric4.Helpviewer.HelpTopicDialog.html">HelpTopicDialog</a></td>
90 <td>Module implementing a dialog to select a help topic to display.</td>
91 </tr><tr>
92 <td><a href="eric4.Helpviewer.HelpWebSearchWidget.html">HelpWebSearchWidget</a></td>
93 <td>Module implementing a web search widget for the web browser.</td>
94 </tr><tr>
95 <td><a href="eric4.Helpviewer.HelpWindow.html">HelpWindow</a></td>
96 <td>Module implementing the helpviewer main window.</td>
97 </tr><tr>
98 <td><a href="eric4.Helpviewer.JavaScriptResources.html">JavaScriptResources</a></td>
99 <td>Module containing some HTML resources.</td>
100 </tr><tr>
101 <td><a href="eric4.Helpviewer.QtHelpDocumentationDialog.html">QtHelpDocumentationDialog</a></td>
102 <td>Module implementing a dialog to manage the QtHelp documentation database.</td>
103 </tr><tr>
104 <td><a href="eric4.Helpviewer.QtHelpFiltersDialog.html">QtHelpFiltersDialog</a></td>
105 <td>Module implementing a dialog to manage the QtHelp filters.</td>
106 </tr><tr>
107 <td><a href="eric4.Helpviewer.SearchWidget.html">SearchWidget</a></td>
108 <td>Module implementing the search bar for the web browser.</td>
109 </tr>
110 </table>
111 </body></html>

eric ide

mercurial