Documentation/Source/index-eric4.E4Gui.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.E4Gui</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.E4Gui</h1>
24 <p>
25 Package implementing some special GUI elements.
26 </p><p>
27 They extend or ammend the standard elements as found in QtGui.
28 </p>
29
30
31 <h3>Modules</h3>
32 <table>
33 <tr>
34 <td><a href="eric4.E4Gui.E4Action.html">E4Action</a></td>
35 <td>Module implementing an Action class extending QAction.</td>
36 </tr><tr>
37 <td><a href="eric4.E4Gui.E4Application.html">E4Application</a></td>
38 <td>Class implementing a specialized application class.</td>
39 </tr><tr>
40 <td><a href="eric4.E4Gui.E4Completers.html">E4Completers</a></td>
41 <td>Module implementing various kinds of completers.</td>
42 </tr><tr>
43 <td><a href="eric4.E4Gui.E4Led.html">E4Led</a></td>
44 <td>Module implementing a LED widget.</td>
45 </tr><tr>
46 <td><a href="eric4.E4Gui.E4LineEdit.html">E4LineEdit</a></td>
47 <td>Module implementing specialized line edits.</td>
48 </tr><tr>
49 <td><a href="eric4.E4Gui.E4ListView.html">E4ListView</a></td>
50 <td>Module implementing specialized list views.</td>
51 </tr><tr>
52 <td><a href="eric4.E4Gui.E4ModelMenu.html">E4ModelMenu</a></td>
53 <td>Module implementing a menu populated from a QAbstractItemModel.</td>
54 </tr><tr>
55 <td><a href="eric4.E4Gui.E4ModelToolBar.html">E4ModelToolBar</a></td>
56 <td>Module implementing a tool bar populated from a QAbstractItemModel.</td>
57 </tr><tr>
58 <td><a href="eric4.E4Gui.E4SideBar.html">E4SideBar</a></td>
59 <td>Module implementing a sidebar class.</td>
60 </tr><tr>
61 <td><a href="eric4.E4Gui.E4SingleApplication.html">E4SingleApplication</a></td>
62 <td>Module implementing the single application server and client.</td>
63 </tr><tr>
64 <td><a href="eric4.E4Gui.E4SqueezeLabels.html">E4SqueezeLabels</a></td>
65 <td>Module implementing labels that squeeze their contents to fit the size of the label.</td>
66 </tr><tr>
67 <td><a href="eric4.E4Gui.E4TabWidget.html">E4TabWidget</a></td>
68 <td>Module implementing a TabWidget class substituting QTabWidget.</td>
69 </tr><tr>
70 <td><a href="eric4.E4Gui.E4TableView.html">E4TableView</a></td>
71 <td>Module implementing specialized table views.</td>
72 </tr><tr>
73 <td><a href="eric4.E4Gui.E4ToolBarDialog.html">E4ToolBarDialog</a></td>
74 <td>Module implementing a toolbar configuration dialog.</td>
75 </tr><tr>
76 <td><a href="eric4.E4Gui.E4ToolBarManager.html">E4ToolBarManager</a></td>
77 <td>Module implementing a toolbar manager class.</td>
78 </tr><tr>
79 <td><a href="eric4.E4Gui.E4ToolBox.html">E4ToolBox</a></td>
80 <td>Module implementing a horizontal and a vertical toolbox class.</td>
81 </tr><tr>
82 <td><a href="eric4.E4Gui.E4TreeSortFilterProxyModel.html">E4TreeSortFilterProxyModel</a></td>
83 <td>Module implementing a modified QSortFilterProxyModel.</td>
84 </tr><tr>
85 <td><a href="eric4.E4Gui.E4TreeView.html">E4TreeView</a></td>
86 <td>Module implementing specialized tree views.</td>
87 </tr>
88 </table>
89 </body></html>

eric ide

mercurial