Sun, 19 Sep 2010 14:00:57 +0200
Added tab previews to the web browser.
<?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>eric5.E5Gui</title> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>eric5.E5Gui</h1> <p> Package implementing some special GUI elements. </p><p> They extend or ammend the standard elements as found in QtGui. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric5.E5Gui.E5Action.html">E5Action</a></td> <td>Module implementing an Action class extending QAction.</td> </tr><tr> <td><a href="eric5.E5Gui.E5Application.html">E5Application</a></td> <td>Class implementing a specialized application class.</td> </tr><tr> <td><a href="eric5.E5Gui.E5Completers.html">E5Completers</a></td> <td>Module implementing various kinds of completers.</td> </tr><tr> <td><a href="eric5.E5Gui.E5FileDialog.html">E5FileDialog</a></td> <td>Module implementing alternative functions for the QFileDialog static methods to cope with dustributor's usage of KDE wrapper dialogs for Qt file dialogs.</td> </tr><tr> <td><a href="eric5.E5Gui.E5Led.html">E5Led</a></td> <td>Module implementing a LED widget.</td> </tr><tr> <td><a href="eric5.E5Gui.E5LineEdit.html">E5LineEdit</a></td> <td>Module implementing specialized line edits.</td> </tr><tr> <td><a href="eric5.E5Gui.E5ListView.html">E5ListView</a></td> <td>Module implementing specialized list views.</td> </tr><tr> <td><a href="eric5.E5Gui.E5MessageBox.html">E5MessageBox</a></td> <td>Module implementing QMessageBox replacements and more convenience function.</td> </tr><tr> <td><a href="eric5.E5Gui.E5ModelMenu.html">E5ModelMenu</a></td> <td>Module implementing a menu populated from a QAbstractItemModel.</td> </tr><tr> <td><a href="eric5.E5Gui.E5ModelToolBar.html">E5ModelToolBar</a></td> <td>Module implementing a tool bar populated from a QAbstractItemModel.</td> </tr><tr> <td><a href="eric5.E5Gui.E5PassivePopup.html">E5PassivePopup</a></td> <td>Module implementing dialog-like popup that displays messages without interrupting the user.</td> </tr><tr> <td><a href="eric5.E5Gui.E5SideBar.html">E5SideBar</a></td> <td>Module implementing a sidebar class.</td> </tr><tr> <td><a href="eric5.E5Gui.E5SingleApplication.html">E5SingleApplication</a></td> <td>Module implementing the single application server and client.</td> </tr><tr> <td><a href="eric5.E5Gui.E5SqueezeLabels.html">E5SqueezeLabels</a></td> <td>Module implementing labels that squeeze their contents to fit the size of the label.</td> </tr><tr> <td><a href="eric5.E5Gui.E5TabWidget.html">E5TabWidget</a></td> <td>Module implementing a TabWidget class substituting QTabWidget.</td> </tr><tr> <td><a href="eric5.E5Gui.E5TableView.html">E5TableView</a></td> <td>Module implementing specialized table views.</td> </tr><tr> <td><a href="eric5.E5Gui.E5TextSpinBox.html">E5TextSpinBox</a></td> <td></td> </tr><tr> <td><a href="eric5.E5Gui.E5ToolBarDialog.html">E5ToolBarDialog</a></td> <td>Module implementing a toolbar configuration dialog.</td> </tr><tr> <td><a href="eric5.E5Gui.E5ToolBarManager.html">E5ToolBarManager</a></td> <td>Module implementing a toolbar manager class.</td> </tr><tr> <td><a href="eric5.E5Gui.E5ToolBox.html">E5ToolBox</a></td> <td>Module implementing a horizontal and a vertical toolbox class.</td> </tr><tr> <td><a href="eric5.E5Gui.E5TreeSortFilterProxyModel.html">E5TreeSortFilterProxyModel</a></td> <td>Module implementing a modified QSortFilterProxyModel.</td> </tr><tr> <td><a href="eric5.E5Gui.E5TreeView.html">E5TreeView</a></td> <td>Module implementing specialized tree views.</td> </tr> </table> </body></html>