115 <td>Private slot handling the selection of a package.</td> |
115 <td>Private slot handling the selection of a package.</td> |
116 </tr><tr> |
116 </tr><tr> |
117 <td><a href="#PipListDialog.on_pipComboBox_activated">on_pipComboBox_activated</a></td> |
117 <td><a href="#PipListDialog.on_pipComboBox_activated">on_pipComboBox_activated</a></td> |
118 <td>Private slot handling the selection of a pip executable.</td> |
118 <td>Private slot handling the selection of a pip executable.</td> |
119 </tr><tr> |
119 </tr><tr> |
|
120 <td><a href="#PipListDialog.on_userCheckBox_clicked">on_userCheckBox_clicked</a></td> |
|
121 <td>Private slot handling the switching of the 'user-site' mode.</td> |
|
122 </tr><tr> |
120 <td><a href="#PipListDialog.on_verboseCheckBox_clicked">on_verboseCheckBox_clicked</a></td> |
123 <td><a href="#PipListDialog.on_verboseCheckBox_clicked">on_verboseCheckBox_clicked</a></td> |
121 <td>Private slot to handle a change of the verbose package information checkbox.</td> |
124 <td>Private slot to handle a change of the verbose package information checkbox.</td> |
122 </tr><tr> |
125 </tr><tr> |
123 <td><a href="#PipListDialog.start">start</a></td> |
126 <td><a href="#PipListDialog.start">start</a></td> |
124 <td>Public method to start the command.</td> |
127 <td>Public method to start the command.</td> |
266 <h4>PipListDialog.on_localCheckBox_clicked</h4> |
269 <h4>PipListDialog.on_localCheckBox_clicked</h4> |
267 <b>on_localCheckBox_clicked</b>(<i>checked</i>) |
270 <b>on_localCheckBox_clicked</b>(<i>checked</i>) |
268 <p> |
271 <p> |
269 Private slot handling the switching of the local mode. |
272 Private slot handling the switching of the local mode. |
270 </p><dl> |
273 </p><dl> |
271 <dt><i>checked</i></dt> |
274 <dt><i>checked</i> (bool)</dt> |
272 <dd> |
275 <dd> |
273 state of the local check box (boolean) |
276 state of the local check box |
274 </dd> |
277 </dd> |
275 </dl><a NAME="PipListDialog.on_notRequiredCheckBox_clicked" ID="PipListDialog.on_notRequiredCheckBox_clicked"></a> |
278 </dl><a NAME="PipListDialog.on_notRequiredCheckBox_clicked" ID="PipListDialog.on_notRequiredCheckBox_clicked"></a> |
276 <h4>PipListDialog.on_notRequiredCheckBox_clicked</h4> |
279 <h4>PipListDialog.on_notRequiredCheckBox_clicked</h4> |
277 <b>on_notRequiredCheckBox_clicked</b>(<i>checked</i>) |
280 <b>on_notRequiredCheckBox_clicked</b>(<i>checked</i>) |
278 <p> |
281 <p> |
279 Private slot handling the switching of the 'not required' mode. |
282 Private slot handling the switching of the 'not required' mode. |
280 </p><dl> |
283 </p><dl> |
281 <dt><i>checked</i></dt> |
284 <dt><i>checked</i> (bool)</dt> |
282 <dd> |
285 <dd> |
283 state of the 'not required' check box (boolean) |
286 state of the 'not required' check box |
284 </dd> |
287 </dd> |
285 </dl><a NAME="PipListDialog.on_packageList_itemSelectionChanged" ID="PipListDialog.on_packageList_itemSelectionChanged"></a> |
288 </dl><a NAME="PipListDialog.on_packageList_itemSelectionChanged" ID="PipListDialog.on_packageList_itemSelectionChanged"></a> |
286 <h4>PipListDialog.on_packageList_itemSelectionChanged</h4> |
289 <h4>PipListDialog.on_packageList_itemSelectionChanged</h4> |
287 <b>on_packageList_itemSelectionChanged</b>(<i></i>) |
290 <b>on_packageList_itemSelectionChanged</b>(<i></i>) |
288 <p> |
291 <p> |
294 Private slot handling the selection of a pip executable. |
297 Private slot handling the selection of a pip executable. |
295 </p><dl> |
298 </p><dl> |
296 <dt><i>txt</i></dt> |
299 <dt><i>txt</i></dt> |
297 <dd> |
300 <dd> |
298 path of the pip executable (string) |
301 path of the pip executable (string) |
|
302 </dd> |
|
303 </dl><a NAME="PipListDialog.on_userCheckBox_clicked" ID="PipListDialog.on_userCheckBox_clicked"></a> |
|
304 <h4>PipListDialog.on_userCheckBox_clicked</h4> |
|
305 <b>on_userCheckBox_clicked</b>(<i>checked</i>) |
|
306 <p> |
|
307 Private slot handling the switching of the 'user-site' mode. |
|
308 </p><dl> |
|
309 <dt><i>checked</i> (bool)</dt> |
|
310 <dd> |
|
311 state of the 'user-site' check box |
299 </dd> |
312 </dd> |
300 </dl><a NAME="PipListDialog.on_verboseCheckBox_clicked" ID="PipListDialog.on_verboseCheckBox_clicked"></a> |
313 </dl><a NAME="PipListDialog.on_verboseCheckBox_clicked" ID="PipListDialog.on_verboseCheckBox_clicked"></a> |
301 <h4>PipListDialog.on_verboseCheckBox_clicked</h4> |
314 <h4>PipListDialog.on_verboseCheckBox_clicked</h4> |
302 <b>on_verboseCheckBox_clicked</b>(<i>checked</i>) |
315 <b>on_verboseCheckBox_clicked</b>(<i>checked</i>) |
303 <p> |
316 <p> |