Documentation/Source/index-eric4.UI.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.UI</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.UI</h1>
24 <p>
25 Package implementing the main user interface and general purpose dialogs.
26 </p><p>
27 This package contains the main user interface and some general purpose
28 dialogs as well as dialogs not fitting the other more specific categories.
29 </p>
30
31
32 <h3>Modules</h3>
33 <table>
34 <tr>
35 <td><a href="eric4.UI.AuthenticationDialog.html">AuthenticationDialog</a></td>
36 <td>Module implementing the authentication dialog for the help browser.</td>
37 </tr><tr>
38 <td><a href="eric4.UI.Browser.html">Browser</a></td>
39 <td>Module implementing a browser with class browsing capabilities.</td>
40 </tr><tr>
41 <td><a href="eric4.UI.BrowserModel.html">BrowserModel</a></td>
42 <td>Module implementing the browser model.</td>
43 </tr><tr>
44 <td><a href="eric4.UI.BrowserSortFilterProxyModel.html">BrowserSortFilterProxyModel</a></td>
45 <td>Module implementing the browser sort filter proxy model.</td>
46 </tr><tr>
47 <td><a href="eric4.UI.CompareDialog.html">CompareDialog</a></td>
48 <td>Module implementing a dialog to compare two files and show the result side by side.</td>
49 </tr><tr>
50 <td><a href="eric4.UI.Config.html">Config</a></td>
51 <td>Module defining common data to be used by all windows..</td>
52 </tr><tr>
53 <td><a href="eric4.UI.DeleteFilesConfirmationDialog.html">DeleteFilesConfirmationDialog</a></td>
54 <td>Module implementing a dialog to confirm deletion of multiple files.</td>
55 </tr><tr>
56 <td><a href="eric4.UI.DiffDialog.html">DiffDialog</a></td>
57 <td>Module implementing a dialog to compare two files.</td>
58 </tr><tr>
59 <td><a href="eric4.UI.EmailDialog.html">EmailDialog</a></td>
60 <td>Module implementing a dialog to send bug reports.</td>
61 </tr><tr>
62 <td><a href="eric4.UI.FindFileDialog.html">FindFileDialog</a></td>
63 <td>Module implementing a dialog to search for text in files.</td>
64 </tr><tr>
65 <td><a href="eric4.UI.FindFileNameDialog.html">FindFileNameDialog</a></td>
66 <td>Module implementing a dialog to search for files.</td>
67 </tr><tr>
68 <td><a href="eric4.UI.Info.html">Info</a></td>
69 <td>Module defining some informational strings.</td>
70 </tr><tr>
71 <td><a href="eric4.UI.LogView.html">LogView</a></td>
72 <td>Module implementing the log viewer widget and the log widget.</td>
73 </tr><tr>
74 <td><a href="eric4.UI.PixmapCache.html">PixmapCache</a></td>
75 <td>Module implementing a pixmap cache for icons.</td>
76 </tr><tr>
77 <td><a href="eric4.UI.SplashScreen.html">SplashScreen</a></td>
78 <td>Module implementing a splashscreen for eric4.</td>
79 </tr><tr>
80 <td><a href="eric4.UI.UserInterface.html">UserInterface</a></td>
81 <td>Module implementing the main user interface.</td>
82 </tr>
83 </table>
84 </body></html>

eric ide

mercurial