Documentation/Source/index-eric5.E5Gui.html

Mon, 12 Nov 2012 19:04:11 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 12 Nov 2012 19:04:11 +0100
changeset 2223
054c285dab38
parent 2101
5bac7dee9e1a
child 2334
fc69ad77e18a
child 2374
f78ee0e8f96c
permissions
-rw-r--r--

Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.

<?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.E5ClickableLabel.html">E5ClickableLabel</a></td>
<td>Module implementing a clickable label.</td>
</tr><tr>
<td><a href="eric5.E5Gui.E5ComboBox.html">E5ComboBox</a></td>
<td>Module implementing combobox classes using the eric5 line edits.</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 distributor'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.E5LineEditButton.html">E5LineEditButton</a></td>
<td>Module implementing a button class to be used with E5LineEdit.</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.E5MainWindow.html">E5MainWindow</a></td>
<td>Module implementing a main window class with styling support.</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.E5PasswordMeter.html">E5PasswordMeter</a></td>
<td>Module implementing a custom widget indicating the strength of a password.</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><tr>
<td><a href="eric5.E5Gui.E5TreeWidget.html">E5TreeWidget</a></td>
<td>Module implementing specialized tree views.</td>
</tr>
</table>
</body></html>

eric ide

mercurial