~mcfletch/eric/update-to-4.5.13

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html><head>
<title>eric4.UI</title>
<style>
body {
    background:white;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #4FA4FF; }
h2 { color: white; background: #4FA4FF; }
h3 { color: white; background: #00557F; }
h4 { color: white; background: #00557F; }
    
a { color: #AA5500; }

</style>
</head>
<body>
<h1>eric4.UI</h1>
<p>
Package implementing the main user interface and general purpose dialogs.
</p><p>
This package contains the main user interface and some general purpose
dialogs as well as dialogs not fitting the other more specific categories. 
</p>


<h3>Modules</h3>
<table>
<tr>
<td><a href="eric4.UI.AuthenticationDialog.html">AuthenticationDialog</a></td>
<td>Module implementing the authentication dialog for the help browser.</td>
</tr><tr>
<td><a href="eric4.UI.Browser.html">Browser</a></td>
<td>Module implementing a browser with class browsing capabilities.</td>
</tr><tr>
<td><a href="eric4.UI.BrowserModel.html">BrowserModel</a></td>
<td>Module implementing the browser model.</td>
</tr><tr>
<td><a href="eric4.UI.BrowserSortFilterProxyModel.html">BrowserSortFilterProxyModel</a></td>
<td>Module implementing the browser sort filter proxy model.</td>
</tr><tr>
<td><a href="eric4.UI.CompareDialog.html">CompareDialog</a></td>
<td>Module implementing a dialog to compare two files and show the result side by side.</td>
</tr><tr>
<td><a href="eric4.UI.Config.html">Config</a></td>
<td>Module defining common data to be used by all windows..</td>
</tr><tr>
<td><a href="eric4.UI.DeleteFilesConfirmationDialog.html">DeleteFilesConfirmationDialog</a></td>
<td>Module implementing a dialog to confirm deletion of multiple files.</td>
</tr><tr>
<td><a href="eric4.UI.DiffDialog.html">DiffDialog</a></td>
<td>Module implementing a dialog to compare two files.</td>
</tr><tr>
<td><a href="eric4.UI.EmailDialog.html">EmailDialog</a></td>
<td>Module implementing a dialog to send bug reports.</td>
</tr><tr>
<td><a href="eric4.UI.FindFileDialog.html">FindFileDialog</a></td>
<td>Module implementing a dialog to search for text in files.</td>
</tr><tr>
<td><a href="eric4.UI.FindFileNameDialog.html">FindFileNameDialog</a></td>
<td>Module implementing a dialog to search for files.</td>
</tr><tr>
<td><a href="eric4.UI.Info.html">Info</a></td>
<td>Module defining some informational strings.</td>
</tr><tr>
<td><a href="eric4.UI.LogView.html">LogView</a></td>
<td>Module implementing the log viewer widget and the log widget.</td>
</tr><tr>
<td><a href="eric4.UI.PixmapCache.html">PixmapCache</a></td>
<td>Module implementing a pixmap cache for icons.</td>
</tr><tr>
<td><a href="eric4.UI.SplashScreen.html">SplashScreen</a></td>
<td>Module implementing a splashscreen for eric4.</td>
</tr><tr>
<td><a href="eric4.UI.UserInterface.html">UserInterface</a></td>
<td>Module implementing the main user interface.</td>
</tr>
</table>
</body></html>