src/eric7/Documentation/Source/index-eric7.EricWidgets.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 9730
00cf7289d899
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.EricWidgets</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <h1>eric7.EricWidgets</h1>
9
10 <p>
11 Package implementing some special widgets.
12 </p>
13 <p>
14 They extend or amend the standard widgets as found in QtWidgets.
15 </p>
16
17
18 <h3>Modules</h3>
19 <table>
20
21 <tr>
22 <td><a href="eric7.EricWidgets.EricAnimatedLabel.html">EricAnimatedLabel</a></td>
23 <td>Module implementing a label widget showing an animated pixmap.</td>
24 </tr>
25 <tr>
26 <td><a href="eric7.EricWidgets.EricAnimatedWidget.html">EricAnimatedWidget</a></td>
27 <td>Module implementing an animated widget.</td>
28 </tr>
29 <tr>
30 <td><a href="eric7.EricWidgets.EricApplication.html">EricApplication</a></td>
31 <td>Class implementing a specialized application class.</td>
32 </tr>
33 <tr>
34 <td><a href="eric7.EricWidgets.EricClickableLabel.html">EricClickableLabel</a></td>
35 <td>Module implementing a clickable label.</td>
36 </tr>
37 <tr>
38 <td><a href="eric7.EricWidgets.EricComboSelectionDialog.html">EricComboSelectionDialog</a></td>
39 <td>Module implementing a dialog to select one entry from a list of strings.</td>
40 </tr>
41 <tr>
42 <td><a href="eric7.EricWidgets.EricCompleters.html">EricCompleters</a></td>
43 <td>Module implementing various kinds of completers.</td>
44 </tr>
45 <tr>
46 <td><a href="eric7.EricWidgets.EricDirFileDialog.html">EricDirFileDialog</a></td>
47 <td>Module implementing a dialog to select files and directories simultaneously.</td>
48 </tr>
49 <tr>
50 <td><a href="eric7.EricWidgets.EricErrorMessage.html">EricErrorMessage</a></td>
51 <td>Module implementing a specialized error message dialog.</td>
52 </tr>
53 <tr>
54 <td><a href="eric7.EricWidgets.EricErrorMessageFilterDialog.html">EricErrorMessageFilterDialog</a></td>
55 <td>Module implementing a dialog to manage the list of messages to be ignored.</td>
56 </tr>
57 <tr>
58 <td><a href="eric7.EricWidgets.EricFileDialog.html">EricFileDialog</a></td>
59 <td>Module implementing alternative functions for the QFileDialog static methods.</td>
60 </tr>
61 <tr>
62 <td><a href="eric7.EricWidgets.EricFileSaveConfirmDialog.html">EricFileSaveConfirmDialog</a></td>
63 <td>Module implementing a dialog to enter a file system path using a file picker.</td>
64 </tr>
65 <tr>
66 <td><a href="eric7.EricWidgets.EricIconBar.html">EricIconBar</a></td>
67 <td>Module implementing a bar widget showing just icons.</td>
68 </tr>
69 <tr>
70 <td><a href="eric7.EricWidgets.EricLed.html">EricLed</a></td>
71 <td>Module implementing a LED widget.</td>
72 </tr>
73 <tr>
74 <td><a href="eric7.EricWidgets.EricLineEdit.html">EricLineEdit</a></td>
75 <td>Module implementing specialized line edits.</td>
76 </tr>
77 <tr>
78 <td><a href="eric7.EricWidgets.EricLineEditButton.html">EricLineEditButton</a></td>
79 <td>Module implementing a button class to be used with EricLineEdit.</td>
80 </tr>
81 <tr>
82 <td><a href="eric7.EricWidgets.EricListSelectionDialog.html">EricListSelectionDialog</a></td>
83 <td>Module implementing a dialog to select from a list of strings.</td>
84 </tr>
85 <tr>
86 <td><a href="eric7.EricWidgets.EricListView.html">EricListView</a></td>
87 <td>Module implementing specialized list views.</td>
88 </tr>
89 <tr>
90 <td><a href="eric7.EricWidgets.EricMainWindow.html">EricMainWindow</a></td>
91 <td>Module implementing a main window class with styling support.</td>
92 </tr>
93 <tr>
94 <td><a href="eric7.EricWidgets.EricMapWidget.html">EricMapWidget</a></td>
95 <td>Module implementing a base class for showing a document map.</td>
96 </tr>
97 <tr>
98 <td><a href="eric7.EricWidgets.EricMessageBox.html">EricMessageBox</a></td>
99 <td>Module implementing QMessageBox replacements and more convenience function.</td>
100 </tr>
101 <tr>
102 <td><a href="eric7.EricWidgets.EricModelMenu.html">EricModelMenu</a></td>
103 <td>Module implementing a menu populated from a QAbstractItemModel.</td>
104 </tr>
105 <tr>
106 <td><a href="eric7.EricWidgets.EricModelToolBar.html">EricModelToolBar</a></td>
107 <td>Module implementing a tool bar populated from a QAbstractItemModel.</td>
108 </tr>
109 <tr>
110 <td><a href="eric7.EricWidgets.EricPassivePopup.html">EricPassivePopup</a></td>
111 <td>Module implementing dialog-like popup that displays messages without interrupting the user.</td>
112 </tr>
113 <tr>
114 <td><a href="eric7.EricWidgets.EricPasswordMeter.html">EricPasswordMeter</a></td>
115 <td>Module implementing a custom widget indicating the strength of a password.</td>
116 </tr>
117 <tr>
118 <td><a href="eric7.EricWidgets.EricPathPicker.html">EricPathPicker</a></td>
119 <td>Module implementing a path picker widget.</td>
120 </tr>
121 <tr>
122 <td><a href="eric7.EricWidgets.EricPathPickerDialog.html">EricPathPickerDialog</a></td>
123 <td>Module implementing a dialog to enter a file system path using a file picker.</td>
124 </tr>
125 <tr>
126 <td><a href="eric7.EricWidgets.EricPlainTextDialog.html">EricPlainTextDialog</a></td>
127 <td>Module implementing a dialog to show some plain text.</td>
128 </tr>
129 <tr>
130 <td><a href="eric7.EricWidgets.EricProcessDialog.html">EricProcessDialog</a></td>
131 <td>Module implementing a dialog starting a process and showing its output.</td>
132 </tr>
133 <tr>
134 <td><a href="eric7.EricWidgets.EricProgressDialog.html">EricProgressDialog</a></td>
135 <td>Module implementing a progress dialog allowing a customized progress bar label.</td>
136 </tr>
137 <tr>
138 <td><a href="eric7.EricWidgets.EricSideBar.html">EricSideBar</a></td>
139 <td>Module implementing a sidebar class.</td>
140 </tr>
141 <tr>
142 <td><a href="eric7.EricWidgets.EricSimpleHelpDialog.html">EricSimpleHelpDialog</a></td>
143 <td>Module implementing a dialog to show some help text.</td>
144 </tr>
145 <tr>
146 <td><a href="eric7.EricWidgets.EricSingleApplication.html">EricSingleApplication</a></td>
147 <td>Module implementing the single application server and client.</td>
148 </tr>
149 <tr>
150 <td><a href="eric7.EricWidgets.EricSpellCheckedTextEdit.html">EricSpellCheckedTextEdit</a></td>
151 <td>Module implementing QTextEdit and QPlainTextEdit widgets with embedded spell checking.</td>
152 </tr>
153 <tr>
154 <td><a href="eric7.EricWidgets.EricSqueezeLabels.html">EricSqueezeLabels</a></td>
155 <td>Module implementing labels that squeeze their contents to fit the size of the label.</td>
156 </tr>
157 <tr>
158 <td><a href="eric7.EricWidgets.EricStringListEditWidget.html">EricStringListEditWidget</a></td>
159 <td>Module implementing a dialog to edit a list of strings.</td>
160 </tr>
161 <tr>
162 <td><a href="eric7.EricWidgets.EricTabWidget.html">EricTabWidget</a></td>
163 <td>Module implementing a TabWidget class substituting QTabWidget.</td>
164 </tr>
165 <tr>
166 <td><a href="eric7.EricWidgets.EricTableView.html">EricTableView</a></td>
167 <td>Module implementing specialized table views.</td>
168 </tr>
169 <tr>
170 <td><a href="eric7.EricWidgets.EricTextEditSearchWidget.html">EricTextEditSearchWidget</a></td>
171 <td>Module implementing a horizontal search widget for QTextEdit.</td>
172 </tr>
173 <tr>
174 <td><a href="eric7.EricWidgets.EricTextInputDialog.html">EricTextInputDialog</a></td>
175 <td>Module implementing a dialog to enter some text.</td>
176 </tr>
177 <tr>
178 <td><a href="eric7.EricWidgets.EricTextSpinBox.html">EricTextSpinBox</a></td>
179 <td>Module implementing a spinbox with textual entries.</td>
180 </tr>
181 <tr>
182 <td><a href="eric7.EricWidgets.EricToolBarDialog.html">EricToolBarDialog</a></td>
183 <td>Module implementing a toolbar configuration dialog.</td>
184 </tr>
185 <tr>
186 <td><a href="eric7.EricWidgets.EricToolBarManager.html">EricToolBarManager</a></td>
187 <td>Module implementing a toolbar manager class.</td>
188 </tr>
189 <tr>
190 <td><a href="eric7.EricWidgets.EricToolBox.html">EricToolBox</a></td>
191 <td>Module implementing a horizontal and a vertical toolbox class.</td>
192 </tr>
193 <tr>
194 <td><a href="eric7.EricWidgets.EricToolButton.html">EricToolButton</a></td>
195 <td>Module implementing a specialized tool button subclass.</td>
196 </tr>
197 <tr>
198 <td><a href="eric7.EricWidgets.EricTreeView.html">EricTreeView</a></td>
199 <td>Module implementing specialized tree views.</td>
200 </tr>
201 <tr>
202 <td><a href="eric7.EricWidgets.EricTreeWidget.html">EricTreeWidget</a></td>
203 <td>Module implementing specialized tree views.</td>
204 </tr>
205 <tr>
206 <td><a href="eric7.EricWidgets.EricZoomWidget.html">EricZoomWidget</a></td>
207 <td>Module implementing a zoom widget for the status bar.</td>
208 </tr>
209 </table>
210 </body></html>

eric ide

mercurial