16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Preferences.ToolConfigurationDialog</h1> |
23 <h1>eric6.Preferences.ToolConfigurationDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a configuration dialog for the tools menu. |
26 Module implementing a configuration dialog for the tools menu. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#ToolConfigurationDialog">ToolConfigurationDialog</a></td> |
38 <td><a href="#ToolConfigurationDialog">ToolConfigurationDialog</a></td> |
34 <td>Class implementing a configuration dialog for the tools menu.</td> |
39 <td>Class implementing a configuration dialog for the tools menu.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
38 <table> |
43 |
39 <tr><td>None</td></tr> |
44 <table> |
40 </table> |
45 <tr><td>None</td></tr> |
41 <hr /><hr /> |
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
42 <a NAME="ToolConfigurationDialog" ID="ToolConfigurationDialog"></a> |
49 <a NAME="ToolConfigurationDialog" ID="ToolConfigurationDialog"></a> |
43 <h2>ToolConfigurationDialog</h2> |
50 <h2>ToolConfigurationDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a configuration dialog for the tools menu. |
53 Class implementing a configuration dialog for the tools menu. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_ToolConfigurationDialog |
56 QDialog, Ui_ToolConfigurationDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#ToolConfigurationDialog.__init__">ToolConfigurationDialog</a></td> |
72 <td><a href="#ToolConfigurationDialog.__init__">ToolConfigurationDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#ToolConfigurationDialog.__findModeIndex">__findModeIndex</a></td> |
76 <td><a href="#ToolConfigurationDialog.__findModeIndex">__findModeIndex</a></td> |
64 <td>Private method to find the mode index by its short name.</td> |
77 <td>Private method to find the mode index by its short name.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#ToolConfigurationDialog.__swap">__swap</a></td> |
80 <td><a href="#ToolConfigurationDialog.__swap">__swap</a></td> |
67 <td>Private method used two swap two list entries given by their index.</td> |
81 <td>Private method used two swap two list entries given by their index.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#ToolConfigurationDialog.__toolEntryChanged">__toolEntryChanged</a></td> |
84 <td><a href="#ToolConfigurationDialog.__toolEntryChanged">__toolEntryChanged</a></td> |
70 <td>Private slot to perform actions when a tool entry was changed.</td> |
85 <td>Private slot to perform actions when a tool entry was changed.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#ToolConfigurationDialog.getToollist">getToollist</a></td> |
88 <td><a href="#ToolConfigurationDialog.getToollist">getToollist</a></td> |
73 <td>Public method to retrieve the tools list.</td> |
89 <td>Public method to retrieve the tools list.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#ToolConfigurationDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
92 <td><a href="#ToolConfigurationDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
76 <td>Private slot to add a new entry.</td> |
93 <td>Private slot to add a new entry.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#ToolConfigurationDialog.on_argumentsEdit_textChanged">on_argumentsEdit_textChanged</a></td> |
96 <td><a href="#ToolConfigurationDialog.on_argumentsEdit_textChanged">on_argumentsEdit_textChanged</a></td> |
79 <td>Private slot called, when the arguments string was changed.</td> |
97 <td>Private slot called, when the arguments string was changed.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#ToolConfigurationDialog.on_changeButton_clicked">on_changeButton_clicked</a></td> |
100 <td><a href="#ToolConfigurationDialog.on_changeButton_clicked">on_changeButton_clicked</a></td> |
82 <td>Private slot to change an entry.</td> |
101 <td>Private slot to change an entry.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#ToolConfigurationDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
104 <td><a href="#ToolConfigurationDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
85 <td>Private slot to delete the selected entry.</td> |
105 <td>Private slot to delete the selected entry.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#ToolConfigurationDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
108 <td><a href="#ToolConfigurationDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
88 <td>Private slot to move an entry down in the list.</td> |
109 <td>Private slot to move an entry down in the list.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#ToolConfigurationDialog.on_executablePicker_pathSelected">on_executablePicker_pathSelected</a></td> |
112 <td><a href="#ToolConfigurationDialog.on_executablePicker_pathSelected">on_executablePicker_pathSelected</a></td> |
91 <td>Private slot to check the executable after it has been selected.</td> |
113 <td>Private slot to check the executable after it has been selected.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#ToolConfigurationDialog.on_executablePicker_textChanged">on_executablePicker_textChanged</a></td> |
116 <td><a href="#ToolConfigurationDialog.on_executablePicker_textChanged">on_executablePicker_textChanged</a></td> |
94 <td>Private slot called, when the executable was changed.</td> |
117 <td>Private slot called, when the executable was changed.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#ToolConfigurationDialog.on_iconPicker_textChanged">on_iconPicker_textChanged</a></td> |
120 <td><a href="#ToolConfigurationDialog.on_iconPicker_textChanged">on_iconPicker_textChanged</a></td> |
97 <td>Private slot called, when the icon path was changed.</td> |
121 <td>Private slot called, when the icon path was changed.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#ToolConfigurationDialog.on_menuEdit_textChanged">on_menuEdit_textChanged</a></td> |
124 <td><a href="#ToolConfigurationDialog.on_menuEdit_textChanged">on_menuEdit_textChanged</a></td> |
100 <td>Private slot called, when the menu text was changed.</td> |
125 <td>Private slot called, when the menu text was changed.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#ToolConfigurationDialog.on_newButton_clicked">on_newButton_clicked</a></td> |
128 <td><a href="#ToolConfigurationDialog.on_newButton_clicked">on_newButton_clicked</a></td> |
103 <td>Private slot to clear all entry fields.</td> |
129 <td>Private slot to clear all entry fields.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#ToolConfigurationDialog.on_redirectCombo_currentIndexChanged">on_redirectCombo_currentIndexChanged</a></td> |
132 <td><a href="#ToolConfigurationDialog.on_redirectCombo_currentIndexChanged">on_redirectCombo_currentIndexChanged</a></td> |
106 <td>Private slot called, when the redirection mode was changed.</td> |
133 <td>Private slot called, when the redirection mode was changed.</td> |
107 </tr><tr> |
134 </tr> |
|
135 <tr> |
108 <td><a href="#ToolConfigurationDialog.on_separatorButton_clicked">on_separatorButton_clicked</a></td> |
136 <td><a href="#ToolConfigurationDialog.on_separatorButton_clicked">on_separatorButton_clicked</a></td> |
109 <td>Private slot to add a menu separator.</td> |
137 <td>Private slot to add a menu separator.</td> |
110 </tr><tr> |
138 </tr> |
|
139 <tr> |
111 <td><a href="#ToolConfigurationDialog.on_toolsList_currentRowChanged">on_toolsList_currentRowChanged</a></td> |
140 <td><a href="#ToolConfigurationDialog.on_toolsList_currentRowChanged">on_toolsList_currentRowChanged</a></td> |
112 <td>Private slot to set the lineedits depending on the selected entry.</td> |
141 <td>Private slot to set the lineedits depending on the selected entry.</td> |
113 </tr><tr> |
142 </tr> |
|
143 <tr> |
114 <td><a href="#ToolConfigurationDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
144 <td><a href="#ToolConfigurationDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
115 <td>Private slot to move an entry up in the list.</td> |
145 <td>Private slot to move an entry up in the list.</td> |
116 </tr> |
146 </tr> |
117 </table> |
147 </table> |
118 <h3>Static Methods</h3> |
148 <h3>Static Methods</h3> |
119 <table> |
149 |
120 <tr><td>None</td></tr> |
150 <table> |
121 </table> |
151 <tr><td>None</td></tr> |
|
152 </table> |
|
153 |
122 <a NAME="ToolConfigurationDialog.__init__" ID="ToolConfigurationDialog.__init__"></a> |
154 <a NAME="ToolConfigurationDialog.__init__" ID="ToolConfigurationDialog.__init__"></a> |
123 <h4>ToolConfigurationDialog (Constructor)</h4> |
155 <h4>ToolConfigurationDialog (Constructor)</h4> |
124 <b>ToolConfigurationDialog</b>(<i>toollist, parent=None</i>) |
156 <b>ToolConfigurationDialog</b>(<i>toollist, parent=None</i>) |
|
157 |
125 <p> |
158 <p> |
126 Constructor |
159 Constructor |
127 </p><dl> |
160 </p> |
|
161 <dl> |
|
162 |
128 <dt><i>toollist</i></dt> |
163 <dt><i>toollist</i></dt> |
129 <dd> |
164 <dd> |
130 list of configured tools |
165 list of configured tools |
131 </dd><dt><i>parent</i></dt> |
166 </dd> |
|
167 <dt><i>parent</i></dt> |
132 <dd> |
168 <dd> |
133 parent widget (QWidget) |
169 parent widget (QWidget) |
134 </dd> |
170 </dd> |
135 </dl><a NAME="ToolConfigurationDialog.__findModeIndex" ID="ToolConfigurationDialog.__findModeIndex"></a> |
171 </dl> |
|
172 <a NAME="ToolConfigurationDialog.__findModeIndex" ID="ToolConfigurationDialog.__findModeIndex"></a> |
136 <h4>ToolConfigurationDialog.__findModeIndex</h4> |
173 <h4>ToolConfigurationDialog.__findModeIndex</h4> |
137 <b>__findModeIndex</b>(<i>shortName</i>) |
174 <b>__findModeIndex</b>(<i>shortName</i>) |
|
175 |
138 <p> |
176 <p> |
139 Private method to find the mode index by its short name. |
177 Private method to find the mode index by its short name. |
140 </p><dl> |
178 </p> |
|
179 <dl> |
|
180 |
141 <dt><i>shortName</i></dt> |
181 <dt><i>shortName</i></dt> |
142 <dd> |
182 <dd> |
143 short name of the mode (string) |
183 short name of the mode (string) |
144 </dd> |
184 </dd> |
145 </dl><dl> |
185 </dl> |
|
186 <dl> |
146 <dt>Returns:</dt> |
187 <dt>Returns:</dt> |
147 <dd> |
188 <dd> |
148 index of the mode (integer) |
189 index of the mode (integer) |
149 </dd> |
190 </dd> |
150 </dl><a NAME="ToolConfigurationDialog.__swap" ID="ToolConfigurationDialog.__swap"></a> |
191 </dl> |
|
192 <a NAME="ToolConfigurationDialog.__swap" ID="ToolConfigurationDialog.__swap"></a> |
151 <h4>ToolConfigurationDialog.__swap</h4> |
193 <h4>ToolConfigurationDialog.__swap</h4> |
152 <b>__swap</b>(<i>itm1, itm2</i>) |
194 <b>__swap</b>(<i>itm1, itm2</i>) |
|
195 |
153 <p> |
196 <p> |
154 Private method used two swap two list entries given by their index. |
197 Private method used two swap two list entries given by their index. |
155 </p><dl> |
198 </p> |
|
199 <dl> |
|
200 |
156 <dt><i>itm1</i></dt> |
201 <dt><i>itm1</i></dt> |
157 <dd> |
202 <dd> |
158 index of first entry (int) |
203 index of first entry (int) |
159 </dd><dt><i>itm2</i></dt> |
204 </dd> |
|
205 <dt><i>itm2</i></dt> |
160 <dd> |
206 <dd> |
161 index of second entry (int) |
207 index of second entry (int) |
162 </dd> |
208 </dd> |
163 </dl><a NAME="ToolConfigurationDialog.__toolEntryChanged" ID="ToolConfigurationDialog.__toolEntryChanged"></a> |
209 </dl> |
|
210 <a NAME="ToolConfigurationDialog.__toolEntryChanged" ID="ToolConfigurationDialog.__toolEntryChanged"></a> |
164 <h4>ToolConfigurationDialog.__toolEntryChanged</h4> |
211 <h4>ToolConfigurationDialog.__toolEntryChanged</h4> |
165 <b>__toolEntryChanged</b>(<i></i>) |
212 <b>__toolEntryChanged</b>(<i></i>) |
|
213 |
166 <p> |
214 <p> |
167 Private slot to perform actions when a tool entry was changed. |
215 Private slot to perform actions when a tool entry was changed. |
168 </p><a NAME="ToolConfigurationDialog.getToollist" ID="ToolConfigurationDialog.getToollist"></a> |
216 </p> |
|
217 <a NAME="ToolConfigurationDialog.getToollist" ID="ToolConfigurationDialog.getToollist"></a> |
169 <h4>ToolConfigurationDialog.getToollist</h4> |
218 <h4>ToolConfigurationDialog.getToollist</h4> |
170 <b>getToollist</b>(<i></i>) |
219 <b>getToollist</b>(<i></i>) |
|
220 |
171 <p> |
221 <p> |
172 Public method to retrieve the tools list. |
222 Public method to retrieve the tools list. |
173 </p><dl> |
223 </p> |
|
224 <dl> |
174 <dt>Returns:</dt> |
225 <dt>Returns:</dt> |
175 <dd> |
226 <dd> |
176 a list of tuples containing the menu text, the executable, |
227 a list of tuples containing the menu text, the executable, |
177 the executables arguments and a redirection flag |
228 the executables arguments and a redirection flag |
178 </dd> |
229 </dd> |
179 </dl><a NAME="ToolConfigurationDialog.on_addButton_clicked" ID="ToolConfigurationDialog.on_addButton_clicked"></a> |
230 </dl> |
|
231 <a NAME="ToolConfigurationDialog.on_addButton_clicked" ID="ToolConfigurationDialog.on_addButton_clicked"></a> |
180 <h4>ToolConfigurationDialog.on_addButton_clicked</h4> |
232 <h4>ToolConfigurationDialog.on_addButton_clicked</h4> |
181 <b>on_addButton_clicked</b>(<i></i>) |
233 <b>on_addButton_clicked</b>(<i></i>) |
|
234 |
182 <p> |
235 <p> |
183 Private slot to add a new entry. |
236 Private slot to add a new entry. |
184 </p><a NAME="ToolConfigurationDialog.on_argumentsEdit_textChanged" ID="ToolConfigurationDialog.on_argumentsEdit_textChanged"></a> |
237 </p> |
|
238 <a NAME="ToolConfigurationDialog.on_argumentsEdit_textChanged" ID="ToolConfigurationDialog.on_argumentsEdit_textChanged"></a> |
185 <h4>ToolConfigurationDialog.on_argumentsEdit_textChanged</h4> |
239 <h4>ToolConfigurationDialog.on_argumentsEdit_textChanged</h4> |
186 <b>on_argumentsEdit_textChanged</b>(<i>text</i>) |
240 <b>on_argumentsEdit_textChanged</b>(<i>text</i>) |
|
241 |
187 <p> |
242 <p> |
188 Private slot called, when the arguments string was changed. |
243 Private slot called, when the arguments string was changed. |
189 </p><dl> |
244 </p> |
|
245 <dl> |
|
246 |
190 <dt><i>text</i></dt> |
247 <dt><i>text</i></dt> |
191 <dd> |
248 <dd> |
192 the new text (string) (ignored) |
249 the new text (string) (ignored) |
193 </dd> |
250 </dd> |
194 </dl><a NAME="ToolConfigurationDialog.on_changeButton_clicked" ID="ToolConfigurationDialog.on_changeButton_clicked"></a> |
251 </dl> |
|
252 <a NAME="ToolConfigurationDialog.on_changeButton_clicked" ID="ToolConfigurationDialog.on_changeButton_clicked"></a> |
195 <h4>ToolConfigurationDialog.on_changeButton_clicked</h4> |
253 <h4>ToolConfigurationDialog.on_changeButton_clicked</h4> |
196 <b>on_changeButton_clicked</b>(<i></i>) |
254 <b>on_changeButton_clicked</b>(<i></i>) |
|
255 |
197 <p> |
256 <p> |
198 Private slot to change an entry. |
257 Private slot to change an entry. |
199 </p><a NAME="ToolConfigurationDialog.on_deleteButton_clicked" ID="ToolConfigurationDialog.on_deleteButton_clicked"></a> |
258 </p> |
|
259 <a NAME="ToolConfigurationDialog.on_deleteButton_clicked" ID="ToolConfigurationDialog.on_deleteButton_clicked"></a> |
200 <h4>ToolConfigurationDialog.on_deleteButton_clicked</h4> |
260 <h4>ToolConfigurationDialog.on_deleteButton_clicked</h4> |
201 <b>on_deleteButton_clicked</b>(<i></i>) |
261 <b>on_deleteButton_clicked</b>(<i></i>) |
|
262 |
202 <p> |
263 <p> |
203 Private slot to delete the selected entry. |
264 Private slot to delete the selected entry. |
204 </p><a NAME="ToolConfigurationDialog.on_downButton_clicked" ID="ToolConfigurationDialog.on_downButton_clicked"></a> |
265 </p> |
|
266 <a NAME="ToolConfigurationDialog.on_downButton_clicked" ID="ToolConfigurationDialog.on_downButton_clicked"></a> |
205 <h4>ToolConfigurationDialog.on_downButton_clicked</h4> |
267 <h4>ToolConfigurationDialog.on_downButton_clicked</h4> |
206 <b>on_downButton_clicked</b>(<i></i>) |
268 <b>on_downButton_clicked</b>(<i></i>) |
|
269 |
207 <p> |
270 <p> |
208 Private slot to move an entry down in the list. |
271 Private slot to move an entry down in the list. |
209 </p><a NAME="ToolConfigurationDialog.on_executablePicker_pathSelected" ID="ToolConfigurationDialog.on_executablePicker_pathSelected"></a> |
272 </p> |
|
273 <a NAME="ToolConfigurationDialog.on_executablePicker_pathSelected" ID="ToolConfigurationDialog.on_executablePicker_pathSelected"></a> |
210 <h4>ToolConfigurationDialog.on_executablePicker_pathSelected</h4> |
274 <h4>ToolConfigurationDialog.on_executablePicker_pathSelected</h4> |
211 <b>on_executablePicker_pathSelected</b>(<i>path</i>) |
275 <b>on_executablePicker_pathSelected</b>(<i>path</i>) |
|
276 |
212 <p> |
277 <p> |
213 Private slot to check the executable after it has been selected. |
278 Private slot to check the executable after it has been selected. |
214 </p><dl> |
279 </p> |
|
280 <dl> |
|
281 |
215 <dt><i>path</i> (str)</dt> |
282 <dt><i>path</i> (str)</dt> |
216 <dd> |
283 <dd> |
217 path of the executable |
284 path of the executable |
218 </dd> |
285 </dd> |
219 </dl><a NAME="ToolConfigurationDialog.on_executablePicker_textChanged" ID="ToolConfigurationDialog.on_executablePicker_textChanged"></a> |
286 </dl> |
|
287 <a NAME="ToolConfigurationDialog.on_executablePicker_textChanged" ID="ToolConfigurationDialog.on_executablePicker_textChanged"></a> |
220 <h4>ToolConfigurationDialog.on_executablePicker_textChanged</h4> |
288 <h4>ToolConfigurationDialog.on_executablePicker_textChanged</h4> |
221 <b>on_executablePicker_textChanged</b>(<i>text</i>) |
289 <b>on_executablePicker_textChanged</b>(<i>text</i>) |
|
290 |
222 <p> |
291 <p> |
223 Private slot called, when the executable was changed. |
292 Private slot called, when the executable was changed. |
224 </p><dl> |
293 </p> |
|
294 <dl> |
|
295 |
225 <dt><i>text</i></dt> |
296 <dt><i>text</i></dt> |
226 <dd> |
297 <dd> |
227 the new text (string) (ignored) |
298 the new text (string) (ignored) |
228 </dd> |
299 </dd> |
229 </dl><a NAME="ToolConfigurationDialog.on_iconPicker_textChanged" ID="ToolConfigurationDialog.on_iconPicker_textChanged"></a> |
300 </dl> |
|
301 <a NAME="ToolConfigurationDialog.on_iconPicker_textChanged" ID="ToolConfigurationDialog.on_iconPicker_textChanged"></a> |
230 <h4>ToolConfigurationDialog.on_iconPicker_textChanged</h4> |
302 <h4>ToolConfigurationDialog.on_iconPicker_textChanged</h4> |
231 <b>on_iconPicker_textChanged</b>(<i>text</i>) |
303 <b>on_iconPicker_textChanged</b>(<i>text</i>) |
|
304 |
232 <p> |
305 <p> |
233 Private slot called, when the icon path was changed. |
306 Private slot called, when the icon path was changed. |
234 </p><dl> |
307 </p> |
|
308 <dl> |
|
309 |
235 <dt><i>text</i></dt> |
310 <dt><i>text</i></dt> |
236 <dd> |
311 <dd> |
237 the new text (string) (ignored) |
312 the new text (string) (ignored) |
238 </dd> |
313 </dd> |
239 </dl><a NAME="ToolConfigurationDialog.on_menuEdit_textChanged" ID="ToolConfigurationDialog.on_menuEdit_textChanged"></a> |
314 </dl> |
|
315 <a NAME="ToolConfigurationDialog.on_menuEdit_textChanged" ID="ToolConfigurationDialog.on_menuEdit_textChanged"></a> |
240 <h4>ToolConfigurationDialog.on_menuEdit_textChanged</h4> |
316 <h4>ToolConfigurationDialog.on_menuEdit_textChanged</h4> |
241 <b>on_menuEdit_textChanged</b>(<i>text</i>) |
317 <b>on_menuEdit_textChanged</b>(<i>text</i>) |
|
318 |
242 <p> |
319 <p> |
243 Private slot called, when the menu text was changed. |
320 Private slot called, when the menu text was changed. |
244 </p><dl> |
321 </p> |
|
322 <dl> |
|
323 |
245 <dt><i>text</i></dt> |
324 <dt><i>text</i></dt> |
246 <dd> |
325 <dd> |
247 the new text (string) (ignored) |
326 the new text (string) (ignored) |
248 </dd> |
327 </dd> |
249 </dl><a NAME="ToolConfigurationDialog.on_newButton_clicked" ID="ToolConfigurationDialog.on_newButton_clicked"></a> |
328 </dl> |
|
329 <a NAME="ToolConfigurationDialog.on_newButton_clicked" ID="ToolConfigurationDialog.on_newButton_clicked"></a> |
250 <h4>ToolConfigurationDialog.on_newButton_clicked</h4> |
330 <h4>ToolConfigurationDialog.on_newButton_clicked</h4> |
251 <b>on_newButton_clicked</b>(<i></i>) |
331 <b>on_newButton_clicked</b>(<i></i>) |
|
332 |
252 <p> |
333 <p> |
253 Private slot to clear all entry fields. |
334 Private slot to clear all entry fields. |
254 </p><a NAME="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" ID="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged"></a> |
335 </p> |
|
336 <a NAME="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" ID="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged"></a> |
255 <h4>ToolConfigurationDialog.on_redirectCombo_currentIndexChanged</h4> |
337 <h4>ToolConfigurationDialog.on_redirectCombo_currentIndexChanged</h4> |
256 <b>on_redirectCombo_currentIndexChanged</b>(<i>index</i>) |
338 <b>on_redirectCombo_currentIndexChanged</b>(<i>index</i>) |
|
339 |
257 <p> |
340 <p> |
258 Private slot called, when the redirection mode was changed. |
341 Private slot called, when the redirection mode was changed. |
259 </p><dl> |
342 </p> |
|
343 <dl> |
|
344 |
260 <dt><i>index</i></dt> |
345 <dt><i>index</i></dt> |
261 <dd> |
346 <dd> |
262 the selected mode index (integer) (ignored) |
347 the selected mode index (integer) (ignored) |
263 </dd> |
348 </dd> |
264 </dl><a NAME="ToolConfigurationDialog.on_separatorButton_clicked" ID="ToolConfigurationDialog.on_separatorButton_clicked"></a> |
349 </dl> |
|
350 <a NAME="ToolConfigurationDialog.on_separatorButton_clicked" ID="ToolConfigurationDialog.on_separatorButton_clicked"></a> |
265 <h4>ToolConfigurationDialog.on_separatorButton_clicked</h4> |
351 <h4>ToolConfigurationDialog.on_separatorButton_clicked</h4> |
266 <b>on_separatorButton_clicked</b>(<i></i>) |
352 <b>on_separatorButton_clicked</b>(<i></i>) |
|
353 |
267 <p> |
354 <p> |
268 Private slot to add a menu separator. |
355 Private slot to add a menu separator. |
269 </p><a NAME="ToolConfigurationDialog.on_toolsList_currentRowChanged" ID="ToolConfigurationDialog.on_toolsList_currentRowChanged"></a> |
356 </p> |
|
357 <a NAME="ToolConfigurationDialog.on_toolsList_currentRowChanged" ID="ToolConfigurationDialog.on_toolsList_currentRowChanged"></a> |
270 <h4>ToolConfigurationDialog.on_toolsList_currentRowChanged</h4> |
358 <h4>ToolConfigurationDialog.on_toolsList_currentRowChanged</h4> |
271 <b>on_toolsList_currentRowChanged</b>(<i>row</i>) |
359 <b>on_toolsList_currentRowChanged</b>(<i>row</i>) |
|
360 |
272 <p> |
361 <p> |
273 Private slot to set the lineedits depending on the selected entry. |
362 Private slot to set the lineedits depending on the selected entry. |
274 </p><dl> |
363 </p> |
|
364 <dl> |
|
365 |
275 <dt><i>row</i></dt> |
366 <dt><i>row</i></dt> |
276 <dd> |
367 <dd> |
277 the row of the selected entry (integer) |
368 the row of the selected entry (integer) |
278 </dd> |
369 </dd> |
279 </dl><a NAME="ToolConfigurationDialog.on_upButton_clicked" ID="ToolConfigurationDialog.on_upButton_clicked"></a> |
370 </dl> |
|
371 <a NAME="ToolConfigurationDialog.on_upButton_clicked" ID="ToolConfigurationDialog.on_upButton_clicked"></a> |
280 <h4>ToolConfigurationDialog.on_upButton_clicked</h4> |
372 <h4>ToolConfigurationDialog.on_upButton_clicked</h4> |
281 <b>on_upButton_clicked</b>(<i></i>) |
373 <b>on_upButton_clicked</b>(<i></i>) |
|
374 |
282 <p> |
375 <p> |
283 Private slot to move an entry up in the list. |
376 Private slot to move an entry up in the list. |
284 </p> |
377 </p> |
285 <div align="right"><a href="#top">Up</a></div> |
378 <div align="right"><a href="#top">Up</a></div> |
286 <hr /> |
379 <hr /> |