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

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7145
ceb3e8b242c1
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.E5Gui</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric6.E5Gui</h1>
23 <p>
24 Package implementing some special GUI elements.
25 </p><p>
26 They extend or ammend the standard elements as found in QtGui.
27 </p>
28
29
30 <h3>Modules</h3>
31 <table>
32 <tr>
33 <td><a href="eric6.E5Gui.E5Action.html">E5Action</a></td>
34 <td>Module implementing an Action class extending QAction.</td>
35 </tr><tr>
36 <td><a href="eric6.E5Gui.E5AnimatedWidget.html">E5AnimatedWidget</a></td>
37 <td>Module implementing an animated widget.</td>
38 </tr><tr>
39 <td><a href="eric6.E5Gui.E5Application.html">E5Application</a></td>
40 <td>Class implementing a specialized application class.</td>
41 </tr><tr>
42 <td><a href="eric6.E5Gui.E5ClickableLabel.html">E5ClickableLabel</a></td>
43 <td>Module implementing a clickable label.</td>
44 </tr><tr>
45 <td><a href="eric6.E5Gui.E5ComboBox.html">E5ComboBox</a></td>
46 <td>Module implementing combobox classes using the eric6 line edits.</td>
47 </tr><tr>
48 <td><a href="eric6.E5Gui.E5Completers.html">E5Completers</a></td>
49 <td>Module implementing various kinds of completers.</td>
50 </tr><tr>
51 <td><a href="eric6.E5Gui.E5ErrorMessage.html">E5ErrorMessage</a></td>
52 <td>Module implementing a specialized error message dialog.</td>
53 </tr><tr>
54 <td><a href="eric6.E5Gui.E5ErrorMessageFilterDialog.html">E5ErrorMessageFilterDialog</a></td>
55 <td>Module implementing a dialog to manage the list of messages to be ignored.</td>
56 </tr><tr>
57 <td><a href="eric6.E5Gui.E5FileDialog.html">E5FileDialog</a></td>
58 <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>
59 </tr><tr>
60 <td><a href="eric6.E5Gui.E5GenericDiffHighlighter.html">E5GenericDiffHighlighter</a></td>
61 <td>Module implementing a syntax highlighter for diff outputs.</td>
62 </tr><tr>
63 <td><a href="eric6.E5Gui.E5Led.html">E5Led</a></td>
64 <td>Module implementing a LED widget.</td>
65 </tr><tr>
66 <td><a href="eric6.E5Gui.E5LineEdit.html">E5LineEdit</a></td>
67 <td>Module implementing specialized line edits.</td>
68 </tr><tr>
69 <td><a href="eric6.E5Gui.E5LineEditButton.html">E5LineEditButton</a></td>
70 <td>Module implementing a button class to be used with E5LineEdit.</td>
71 </tr><tr>
72 <td><a href="eric6.E5Gui.E5ListSelectionDialog.html">E5ListSelectionDialog</a></td>
73 <td>Module implementing a dialog to select from a list of strings.</td>
74 </tr><tr>
75 <td><a href="eric6.E5Gui.E5ListView.html">E5ListView</a></td>
76 <td>Module implementing specialized list views.</td>
77 </tr><tr>
78 <td><a href="eric6.E5Gui.E5MainWindow.html">E5MainWindow</a></td>
79 <td>Module implementing a main window class with styling support.</td>
80 </tr><tr>
81 <td><a href="eric6.E5Gui.E5MapWidget.html">E5MapWidget</a></td>
82 <td>Module implementing a base class for showing a document map.</td>
83 </tr><tr>
84 <td><a href="eric6.E5Gui.E5MessageBox.html">E5MessageBox</a></td>
85 <td>Module implementing QMessageBox replacements and more convenience function.</td>
86 </tr><tr>
87 <td><a href="eric6.E5Gui.E5ModelMenu.html">E5ModelMenu</a></td>
88 <td>Module implementing a menu populated from a QAbstractItemModel.</td>
89 </tr><tr>
90 <td><a href="eric6.E5Gui.E5ModelToolBar.html">E5ModelToolBar</a></td>
91 <td>Module implementing a tool bar populated from a QAbstractItemModel.</td>
92 </tr><tr>
93 <td><a href="eric6.E5Gui.E5PassivePopup.html">E5PassivePopup</a></td>
94 <td>Module implementing dialog-like popup that displays messages without interrupting the user.</td>
95 </tr><tr>
96 <td><a href="eric6.E5Gui.E5PasswordMeter.html">E5PasswordMeter</a></td>
97 <td>Module implementing a custom widget indicating the strength of a password.</td>
98 </tr><tr>
99 <td><a href="eric6.E5Gui.E5PathPicker.html">E5PathPicker</a></td>
100 <td>Module implementing a path picker widget.</td>
101 </tr><tr>
102 <td><a href="eric6.E5Gui.E5PathPickerDialog.html">E5PathPickerDialog</a></td>
103 <td>Module implementing a dialog to enter a file system path using a file picker.</td>
104 </tr><tr>
105 <td><a href="eric6.E5Gui.E5ProgressDialog.html">E5ProgressDialog</a></td>
106 <td>Module implementing a progress dialog allowing a customized progress bar label.</td>
107 </tr><tr>
108 <td><a href="eric6.E5Gui.E5SideBar.html">E5SideBar</a></td>
109 <td>Module implementing a sidebar class.</td>
110 </tr><tr>
111 <td><a href="eric6.E5Gui.E5SimpleHelpDialog.html">E5SimpleHelpDialog</a></td>
112 <td>Module implementing a dialog to show some help text.</td>
113 </tr><tr>
114 <td><a href="eric6.E5Gui.E5SingleApplication.html">E5SingleApplication</a></td>
115 <td>Module implementing the single application server and client.</td>
116 </tr><tr>
117 <td><a href="eric6.E5Gui.E5SqueezeLabels.html">E5SqueezeLabels</a></td>
118 <td>Module implementing labels that squeeze their contents to fit the size of the label.</td>
119 </tr><tr>
120 <td><a href="eric6.E5Gui.E5StringListEditWidget.html">E5StringListEditWidget</a></td>
121 <td>Module implementing a dialog to edit a list of strings.</td>
122 </tr><tr>
123 <td><a href="eric6.E5Gui.E5TabWidget.html">E5TabWidget</a></td>
124 <td>Module implementing a TabWidget class substituting QTabWidget.</td>
125 </tr><tr>
126 <td><a href="eric6.E5Gui.E5TableView.html">E5TableView</a></td>
127 <td>Module implementing specialized table views.</td>
128 </tr><tr>
129 <td><a href="eric6.E5Gui.E5TextEditSearchWidget.html">E5TextEditSearchWidget</a></td>
130 <td>Module implementing a horizontal search widget for QTextEdit.</td>
131 </tr><tr>
132 <td><a href="eric6.E5Gui.E5TextInputDialog.html">E5TextInputDialog</a></td>
133 <td>Module implementing a dialog to enter some text.</td>
134 </tr><tr>
135 <td><a href="eric6.E5Gui.E5TextSpinBox.html">E5TextSpinBox</a></td>
136 <td>Module implementing a spinbox with textual entries.</td>
137 </tr><tr>
138 <td><a href="eric6.E5Gui.E5ToolBarDialog.html">E5ToolBarDialog</a></td>
139 <td>Module implementing a toolbar configuration dialog.</td>
140 </tr><tr>
141 <td><a href="eric6.E5Gui.E5ToolBarManager.html">E5ToolBarManager</a></td>
142 <td>Module implementing a toolbar manager class.</td>
143 </tr><tr>
144 <td><a href="eric6.E5Gui.E5ToolBox.html">E5ToolBox</a></td>
145 <td>Module implementing a horizontal and a vertical toolbox class.</td>
146 </tr><tr>
147 <td><a href="eric6.E5Gui.E5ToolButton.html">E5ToolButton</a></td>
148 <td>Module implementing a specialized tool button subclass.</td>
149 </tr><tr>
150 <td><a href="eric6.E5Gui.E5TreeSortFilterProxyModel.html">E5TreeSortFilterProxyModel</a></td>
151 <td>Module implementing a modified QSortFilterProxyModel.</td>
152 </tr><tr>
153 <td><a href="eric6.E5Gui.E5TreeView.html">E5TreeView</a></td>
154 <td>Module implementing specialized tree views.</td>
155 </tr><tr>
156 <td><a href="eric6.E5Gui.E5TreeWidget.html">E5TreeWidget</a></td>
157 <td>Module implementing specialized tree views.</td>
158 </tr><tr>
159 <td><a href="eric6.E5Gui.E5ZoomWidget.html">E5ZoomWidget</a></td>
160 <td>Module implementing a zoom widget for the status bar.</td>
161 </tr>
162 </table>
163 </body></html>

eric ide

mercurial