5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ToolGroupConfigurationDialog</h1> |
9 <h1>eric7.Preferences.ToolGroupConfigurationDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a configuration dialog for the tools menu. |
11 Module implementing a configuration dialog for the tools menu. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#ToolGroupConfigurationDialog">ToolGroupConfigurationDialog</a></td> |
22 <td><a href="#ToolGroupConfigurationDialog">ToolGroupConfigurationDialog</a></td> |
25 <td>Class implementing a configuration dialog for the tool groups.</td> |
23 <td>Class implementing a configuration dialog for the tool groups.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
29 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
30 </table> |
32 </table> |
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="ToolGroupConfigurationDialog" ID="ToolGroupConfigurationDialog"></a> |
34 <a NAME="ToolGroupConfigurationDialog" ID="ToolGroupConfigurationDialog"></a> |
36 <h2>ToolGroupConfigurationDialog</h2> |
35 <h2>ToolGroupConfigurationDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a configuration dialog for the tool groups. |
37 Class implementing a configuration dialog for the tool groups. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QDialog, Ui_ToolGroupConfigurationDialog |
41 QDialog, Ui_ToolGroupConfigurationDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
43 <table> |
45 <table> |
44 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
45 </table> |
47 </table> |
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
48 <table> |
50 <table> |
49 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
50 </table> |
52 </table> |
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
53 <table> |
55 <table> |
|
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#ToolGroupConfigurationDialog.__init__">ToolGroupConfigurationDialog</a></td> |
55 <td><a href="#ToolGroupConfigurationDialog.__init__">ToolGroupConfigurationDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
93 <tr> |
90 <tr> |
94 <td><a href="#ToolGroupConfigurationDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
91 <td><a href="#ToolGroupConfigurationDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
95 <td>Private slot to move an entry up in the list.</td> |
92 <td>Private slot to move an entry up in the list.</td> |
96 </tr> |
93 </tr> |
97 </table> |
94 </table> |
|
95 |
98 <h3>Static Methods</h3> |
96 <h3>Static Methods</h3> |
99 |
97 <table> |
100 <table> |
98 <tr><td>None</td></tr> |
101 <tr><td>None</td></tr> |
99 </table> |
102 </table> |
100 |
103 |
101 |
104 <a NAME="ToolGroupConfigurationDialog.__init__" ID="ToolGroupConfigurationDialog.__init__"></a> |
102 <a NAME="ToolGroupConfigurationDialog.__init__" ID="ToolGroupConfigurationDialog.__init__"></a> |
105 <h4>ToolGroupConfigurationDialog (Constructor)</h4> |
103 <h4>ToolGroupConfigurationDialog (Constructor)</h4> |
106 <b>ToolGroupConfigurationDialog</b>(<i>toolGroups, currentGroup, parent=None</i>) |
104 <b>ToolGroupConfigurationDialog</b>(<i>toolGroups, currentGroup, parent=None</i>) |
107 |
|
108 <p> |
105 <p> |
109 Constructor |
106 Constructor |
110 </p> |
107 </p> |
|
108 |
111 <dl> |
109 <dl> |
112 |
110 |
113 <dt><i>toolGroups</i> (list)</dt> |
111 <dt><i>toolGroups</i> (list)</dt> |
114 <dd> |
112 <dd> |
115 list of configured tool groups |
113 list of configured tool groups |
162 </dd> |
160 </dd> |
163 </dl> |
161 </dl> |
164 <a NAME="ToolGroupConfigurationDialog.on_addButton_clicked" ID="ToolGroupConfigurationDialog.on_addButton_clicked"></a> |
162 <a NAME="ToolGroupConfigurationDialog.on_addButton_clicked" ID="ToolGroupConfigurationDialog.on_addButton_clicked"></a> |
165 <h4>ToolGroupConfigurationDialog.on_addButton_clicked</h4> |
163 <h4>ToolGroupConfigurationDialog.on_addButton_clicked</h4> |
166 <b>on_addButton_clicked</b>(<i></i>) |
164 <b>on_addButton_clicked</b>(<i></i>) |
167 |
|
168 <p> |
165 <p> |
169 Private slot to add a new entry. |
166 Private slot to add a new entry. |
170 </p> |
167 </p> |
|
168 |
171 <a NAME="ToolGroupConfigurationDialog.on_changeButton_clicked" ID="ToolGroupConfigurationDialog.on_changeButton_clicked"></a> |
169 <a NAME="ToolGroupConfigurationDialog.on_changeButton_clicked" ID="ToolGroupConfigurationDialog.on_changeButton_clicked"></a> |
172 <h4>ToolGroupConfigurationDialog.on_changeButton_clicked</h4> |
170 <h4>ToolGroupConfigurationDialog.on_changeButton_clicked</h4> |
173 <b>on_changeButton_clicked</b>(<i></i>) |
171 <b>on_changeButton_clicked</b>(<i></i>) |
174 |
|
175 <p> |
172 <p> |
176 Private slot to change an entry. |
173 Private slot to change an entry. |
177 </p> |
174 </p> |
|
175 |
178 <a NAME="ToolGroupConfigurationDialog.on_deleteButton_clicked" ID="ToolGroupConfigurationDialog.on_deleteButton_clicked"></a> |
176 <a NAME="ToolGroupConfigurationDialog.on_deleteButton_clicked" ID="ToolGroupConfigurationDialog.on_deleteButton_clicked"></a> |
179 <h4>ToolGroupConfigurationDialog.on_deleteButton_clicked</h4> |
177 <h4>ToolGroupConfigurationDialog.on_deleteButton_clicked</h4> |
180 <b>on_deleteButton_clicked</b>(<i></i>) |
178 <b>on_deleteButton_clicked</b>(<i></i>) |
181 |
|
182 <p> |
179 <p> |
183 Private slot to delete the selected entry. |
180 Private slot to delete the selected entry. |
184 </p> |
181 </p> |
|
182 |
185 <a NAME="ToolGroupConfigurationDialog.on_downButton_clicked" ID="ToolGroupConfigurationDialog.on_downButton_clicked"></a> |
183 <a NAME="ToolGroupConfigurationDialog.on_downButton_clicked" ID="ToolGroupConfigurationDialog.on_downButton_clicked"></a> |
186 <h4>ToolGroupConfigurationDialog.on_downButton_clicked</h4> |
184 <h4>ToolGroupConfigurationDialog.on_downButton_clicked</h4> |
187 <b>on_downButton_clicked</b>(<i></i>) |
185 <b>on_downButton_clicked</b>(<i></i>) |
188 |
|
189 <p> |
186 <p> |
190 Private slot to move an entry down in the list. |
187 Private slot to move an entry down in the list. |
191 </p> |
188 </p> |
|
189 |
192 <a NAME="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" ID="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged"></a> |
190 <a NAME="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" ID="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged"></a> |
193 <h4>ToolGroupConfigurationDialog.on_groupsList_currentRowChanged</h4> |
191 <h4>ToolGroupConfigurationDialog.on_groupsList_currentRowChanged</h4> |
194 <b>on_groupsList_currentRowChanged</b>(<i>row</i>) |
192 <b>on_groupsList_currentRowChanged</b>(<i>row</i>) |
195 |
|
196 <p> |
193 <p> |
197 Private slot to set the lineedits depending on the selected entry. |
194 Private slot to set the lineedits depending on the selected entry. |
198 </p> |
195 </p> |
|
196 |
199 <dl> |
197 <dl> |
200 |
198 |
201 <dt><i>row</i> (int)</dt> |
199 <dt><i>row</i> (int)</dt> |
202 <dd> |
200 <dd> |
203 the row of the selected entry |
201 the row of the selected entry |
204 </dd> |
202 </dd> |
205 </dl> |
203 </dl> |
206 <a NAME="ToolGroupConfigurationDialog.on_newButton_clicked" ID="ToolGroupConfigurationDialog.on_newButton_clicked"></a> |
204 <a NAME="ToolGroupConfigurationDialog.on_newButton_clicked" ID="ToolGroupConfigurationDialog.on_newButton_clicked"></a> |
207 <h4>ToolGroupConfigurationDialog.on_newButton_clicked</h4> |
205 <h4>ToolGroupConfigurationDialog.on_newButton_clicked</h4> |
208 <b>on_newButton_clicked</b>(<i></i>) |
206 <b>on_newButton_clicked</b>(<i></i>) |
209 |
|
210 <p> |
207 <p> |
211 Private slot to clear all entry fields. |
208 Private slot to clear all entry fields. |
212 </p> |
209 </p> |
|
210 |
213 <a NAME="ToolGroupConfigurationDialog.on_upButton_clicked" ID="ToolGroupConfigurationDialog.on_upButton_clicked"></a> |
211 <a NAME="ToolGroupConfigurationDialog.on_upButton_clicked" ID="ToolGroupConfigurationDialog.on_upButton_clicked"></a> |
214 <h4>ToolGroupConfigurationDialog.on_upButton_clicked</h4> |
212 <h4>ToolGroupConfigurationDialog.on_upButton_clicked</h4> |
215 <b>on_upButton_clicked</b>(<i></i>) |
213 <b>on_upButton_clicked</b>(<i></i>) |
216 |
|
217 <p> |
214 <p> |
218 Private slot to move an entry up in the list. |
215 Private slot to move an entry up in the list. |
219 </p> |
216 </p> |
|
217 |
220 <div align="right"><a href="#top">Up</a></div> |
218 <div align="right"><a href="#top">Up</a></div> |
221 <hr /> |
219 <hr /> |
222 </body></html> |
220 </body></html> |