eric6/Documentation/Source/index-eric6.E5Gui.html

Thu, 09 Apr 2020 18:04:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 09 Apr 2020 18:04:37 +0200
changeset 7515
2d26ec7a563c
parent 7273
391d6b7b1eff
child 7776
4a8edf69dd64
permissions
-rw-r--r--

Regenerated source docu.

<!DOCTYPE html>
<html><head>
<title>eric6.E5Gui</title>
<meta charset="UTF-8">
<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>eric6.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="eric6.E5Gui.E5Action.html">E5Action</a></td>
<td>Module implementing an Action class extending QAction.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5AnimatedLabel.html">E5AnimatedLabel</a></td>
<td>Module implementing a label widget showing an animated pixmap.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5AnimatedWidget.html">E5AnimatedWidget</a></td>
<td>Module implementing an animated widget.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5Application.html">E5Application</a></td>
<td>Class implementing a specialized application class.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ClickableLabel.html">E5ClickableLabel</a></td>
<td>Module implementing a clickable label.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ComboBox.html">E5ComboBox</a></td>
<td>Module implementing combobox classes using the eric6 line edits.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5Completers.html">E5Completers</a></td>
<td>Module implementing various kinds of completers.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ErrorMessage.html">E5ErrorMessage</a></td>
<td>Module implementing a specialized error message dialog.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ErrorMessageFilterDialog.html">E5ErrorMessageFilterDialog</a></td>
<td>Module implementing a dialog to manage the list of messages to be ignored.</td>
</tr>
<tr>
<td><a href="eric6.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="eric6.E5Gui.E5FileSaveConfirmDialog.html">E5FileSaveConfirmDialog</a></td>
<td>Module implementing a dialog to enter a file system path using a file picker.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5GenericDiffHighlighter.html">E5GenericDiffHighlighter</a></td>
<td>Module implementing a syntax highlighter for diff outputs.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5Led.html">E5Led</a></td>
<td>Module implementing a LED widget.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5LineEdit.html">E5LineEdit</a></td>
<td>Module implementing specialized line edits.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5LineEditButton.html">E5LineEditButton</a></td>
<td>Module implementing a button class to be used with E5LineEdit.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ListSelectionDialog.html">E5ListSelectionDialog</a></td>
<td>Module implementing a dialog to select from a list of strings.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ListView.html">E5ListView</a></td>
<td>Module implementing specialized list views.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5MainWindow.html">E5MainWindow</a></td>
<td>Module implementing a main window class with styling support.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5MapWidget.html">E5MapWidget</a></td>
<td>Module implementing a base class for showing a document map.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5MessageBox.html">E5MessageBox</a></td>
<td>Module implementing QMessageBox replacements and more convenience function.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ModelMenu.html">E5ModelMenu</a></td>
<td>Module implementing a menu populated from a QAbstractItemModel.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ModelToolBar.html">E5ModelToolBar</a></td>
<td>Module implementing a tool bar populated from a QAbstractItemModel.</td>
</tr>
<tr>
<td><a href="eric6.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="eric6.E5Gui.E5PasswordMeter.html">E5PasswordMeter</a></td>
<td>Module implementing a custom widget indicating the strength of a password.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5PathPicker.html">E5PathPicker</a></td>
<td>Module implementing a path picker widget.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5PathPickerDialog.html">E5PathPickerDialog</a></td>
<td>Module implementing a dialog to enter a file system path using a file picker.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ProcessDialog.html">E5ProcessDialog</a></td>
<td>Module implementing a dialog starting a process and showing its output.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ProgressDialog.html">E5ProgressDialog</a></td>
<td>Module implementing a progress dialog allowing a customized progress bar label.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5SideBar.html">E5SideBar</a></td>
<td>Module implementing a sidebar class.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5SimpleHelpDialog.html">E5SimpleHelpDialog</a></td>
<td>Module implementing a dialog to show some help text.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5SingleApplication.html">E5SingleApplication</a></td>
<td>Module implementing the single application server and client.</td>
</tr>
<tr>
<td><a href="eric6.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="eric6.E5Gui.E5StringListEditWidget.html">E5StringListEditWidget</a></td>
<td>Module implementing a dialog to edit a list of strings.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TabWidget.html">E5TabWidget</a></td>
<td>Module implementing a TabWidget class substituting QTabWidget.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TableView.html">E5TableView</a></td>
<td>Module implementing specialized table views.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TextEditSearchWidget.html">E5TextEditSearchWidget</a></td>
<td>Module implementing a horizontal search widget for QTextEdit.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TextInputDialog.html">E5TextInputDialog</a></td>
<td>Module implementing a dialog to enter some text.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TextSpinBox.html">E5TextSpinBox</a></td>
<td>Module implementing a spinbox with textual entries.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ToolBarDialog.html">E5ToolBarDialog</a></td>
<td>Module implementing a toolbar configuration dialog.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ToolBarManager.html">E5ToolBarManager</a></td>
<td>Module implementing a toolbar manager class.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ToolBox.html">E5ToolBox</a></td>
<td>Module implementing a horizontal and a vertical toolbox class.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ToolButton.html">E5ToolButton</a></td>
<td>Module implementing a specialized tool button subclass.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TreeSortFilterProxyModel.html">E5TreeSortFilterProxyModel</a></td>
<td>Module implementing a modified QSortFilterProxyModel.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TreeView.html">E5TreeView</a></td>
<td>Module implementing specialized tree views.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5TreeWidget.html">E5TreeWidget</a></td>
<td>Module implementing specialized tree views.</td>
</tr>
<tr>
<td><a href="eric6.E5Gui.E5ZoomWidget.html">E5ZoomWidget</a></td>
<td>Module implementing a zoom widget for the status bar.</td>
</tr>
</table>
</body></html>

eric ide

mercurial