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.VirtualEnv.VirtualenvConfigurationDialog</h1> |
9 <h1>eric7.VirtualEnv.VirtualenvConfigurationDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the parameters for the |
11 Module implementing a dialog to enter the parameters for the |
13 virtual environment. |
12 virtual environment. |
14 </p> |
13 </p> |
|
14 |
15 <h3>Global Attributes</h3> |
15 <h3>Global Attributes</h3> |
16 |
|
17 <table> |
16 <table> |
18 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
19 </table> |
18 </table> |
|
19 |
20 <h3>Classes</h3> |
20 <h3>Classes</h3> |
21 |
21 <table> |
22 <table> |
|
23 |
|
24 <tr> |
22 <tr> |
25 <td><a href="#VirtualenvConfigurationDialog">VirtualenvConfigurationDialog</a></td> |
23 <td><a href="#VirtualenvConfigurationDialog">VirtualenvConfigurationDialog</a></td> |
26 <td>Class implementing a dialog to enter the parameters for the virtual environment.</td> |
24 <td>Class implementing a dialog to enter the parameters for the virtual environment.</td> |
27 </tr> |
25 </tr> |
28 </table> |
26 </table> |
|
27 |
29 <h3>Functions</h3> |
28 <h3>Functions</h3> |
30 |
|
31 <table> |
29 <table> |
32 <tr><td>None</td></tr> |
30 <tr><td>None</td></tr> |
33 </table> |
31 </table> |
|
32 |
34 <hr /> |
33 <hr /> |
35 <hr /> |
34 <hr /> |
36 <a NAME="VirtualenvConfigurationDialog" ID="VirtualenvConfigurationDialog"></a> |
35 <a NAME="VirtualenvConfigurationDialog" ID="VirtualenvConfigurationDialog"></a> |
37 <h2>VirtualenvConfigurationDialog</h2> |
36 <h2>VirtualenvConfigurationDialog</h2> |
38 |
|
39 <p> |
37 <p> |
40 Class implementing a dialog to enter the parameters for the |
38 Class implementing a dialog to enter the parameters for the |
41 virtual environment. |
39 virtual environment. |
42 </p> |
40 </p> |
|
41 |
43 <h3>Derived from</h3> |
42 <h3>Derived from</h3> |
44 QDialog, Ui_VirtualenvConfigurationDialog |
43 QDialog, Ui_VirtualenvConfigurationDialog |
45 <h3>Class Attributes</h3> |
44 <h3>Class Attributes</h3> |
46 |
|
47 <table> |
45 <table> |
48 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
49 </table> |
47 </table> |
|
48 |
50 <h3>Class Methods</h3> |
49 <h3>Class Methods</h3> |
51 |
|
52 <table> |
50 <table> |
53 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
54 </table> |
52 </table> |
|
53 |
55 <h3>Methods</h3> |
54 <h3>Methods</h3> |
56 |
55 <table> |
57 <table> |
|
58 |
|
59 <tr> |
56 <tr> |
60 <td><a href="#VirtualenvConfigurationDialog.__init__">VirtualenvConfigurationDialog</a></td> |
57 <td><a href="#VirtualenvConfigurationDialog.__init__">VirtualenvConfigurationDialog</a></td> |
61 <td>Constructor</td> |
58 <td>Constructor</td> |
62 </tr> |
59 </tr> |
63 <tr> |
60 <tr> |
212 </dd> |
210 </dd> |
213 </dl> |
211 </dl> |
214 <a NAME="VirtualenvConfigurationDialog.__setCondaVersion" ID="VirtualenvConfigurationDialog.__setCondaVersion"></a> |
212 <a NAME="VirtualenvConfigurationDialog.__setCondaVersion" ID="VirtualenvConfigurationDialog.__setCondaVersion"></a> |
215 <h4>VirtualenvConfigurationDialog.__setCondaVersion</h4> |
213 <h4>VirtualenvConfigurationDialog.__setCondaVersion</h4> |
216 <b>__setCondaVersion</b>(<i></i>) |
214 <b>__setCondaVersion</b>(<i></i>) |
217 |
|
218 <p> |
215 <p> |
219 Private method to determine the conda version and set the respective |
216 Private method to determine the conda version and set the respective |
220 label. |
217 label. |
221 </p> |
218 </p> |
|
219 |
222 <a NAME="VirtualenvConfigurationDialog.__setPyvenvVersion" ID="VirtualenvConfigurationDialog.__setPyvenvVersion"></a> |
220 <a NAME="VirtualenvConfigurationDialog.__setPyvenvVersion" ID="VirtualenvConfigurationDialog.__setPyvenvVersion"></a> |
223 <h4>VirtualenvConfigurationDialog.__setPyvenvVersion</h4> |
221 <h4>VirtualenvConfigurationDialog.__setPyvenvVersion</h4> |
224 <b>__setPyvenvVersion</b>(<i></i>) |
222 <b>__setPyvenvVersion</b>(<i></i>) |
225 |
|
226 <p> |
223 <p> |
227 Private method to determine the pyvenv version and set the respective |
224 Private method to determine the pyvenv version and set the respective |
228 label. |
225 label. |
229 </p> |
226 </p> |
|
227 |
230 <a NAME="VirtualenvConfigurationDialog.__setVirtualenvVersion" ID="VirtualenvConfigurationDialog.__setVirtualenvVersion"></a> |
228 <a NAME="VirtualenvConfigurationDialog.__setVirtualenvVersion" ID="VirtualenvConfigurationDialog.__setVirtualenvVersion"></a> |
231 <h4>VirtualenvConfigurationDialog.__setVirtualenvVersion</h4> |
229 <h4>VirtualenvConfigurationDialog.__setVirtualenvVersion</h4> |
232 <b>__setVirtualenvVersion</b>(<i></i>) |
230 <b>__setVirtualenvVersion</b>(<i></i>) |
233 |
|
234 <p> |
231 <p> |
235 Private method to determine the virtualenv version and set the |
232 Private method to determine the virtualenv version and set the |
236 respective label. |
233 respective label. |
237 </p> |
234 </p> |
|
235 |
238 <a NAME="VirtualenvConfigurationDialog.__updateOK" ID="VirtualenvConfigurationDialog.__updateOK"></a> |
236 <a NAME="VirtualenvConfigurationDialog.__updateOK" ID="VirtualenvConfigurationDialog.__updateOK"></a> |
239 <h4>VirtualenvConfigurationDialog.__updateOK</h4> |
237 <h4>VirtualenvConfigurationDialog.__updateOK</h4> |
240 <b>__updateOK</b>(<i></i>) |
238 <b>__updateOK</b>(<i></i>) |
241 |
|
242 <p> |
239 <p> |
243 Private method to update the enabled status of the OK button. |
240 Private method to update the enabled status of the OK button. |
244 </p> |
241 </p> |
|
242 |
245 <a NAME="VirtualenvConfigurationDialog.__updateUi" ID="VirtualenvConfigurationDialog.__updateUi"></a> |
243 <a NAME="VirtualenvConfigurationDialog.__updateUi" ID="VirtualenvConfigurationDialog.__updateUi"></a> |
246 <h4>VirtualenvConfigurationDialog.__updateUi</h4> |
244 <h4>VirtualenvConfigurationDialog.__updateUi</h4> |
247 <b>__updateUi</b>(<i></i>) |
245 <b>__updateUi</b>(<i></i>) |
248 |
|
249 <p> |
246 <p> |
250 Private method to update the UI depending on the selected |
247 Private method to update the UI depending on the selected |
251 virtual environment creator (virtualenv or pyvenv). |
248 virtual environment creator (virtualenv or pyvenv). |
252 </p> |
249 </p> |
|
250 |
253 <a NAME="VirtualenvConfigurationDialog.getData" ID="VirtualenvConfigurationDialog.getData"></a> |
251 <a NAME="VirtualenvConfigurationDialog.getData" ID="VirtualenvConfigurationDialog.getData"></a> |
254 <h4>VirtualenvConfigurationDialog.getData</h4> |
252 <h4>VirtualenvConfigurationDialog.getData</h4> |
255 <b>getData</b>(<i></i>) |
253 <b>getData</b>(<i></i>) |
256 |
|
257 <p> |
254 <p> |
258 Public method to retrieve the dialog data. |
255 Public method to retrieve the dialog data. |
259 </p> |
256 </p> |
|
257 |
260 <dl> |
258 <dl> |
261 <dt>Return:</dt> |
259 <dt>Return:</dt> |
262 <dd> |
260 <dd> |
263 dictionary containing the data for the two environment |
261 dictionary containing the data for the two environment |
264 variants. The keys for both variants are 'arguments' containing the |
262 variants. The keys for both variants are 'arguments' containing the |
281 </dd> |
279 </dd> |
282 </dl> |
280 </dl> |
283 <a NAME="VirtualenvConfigurationDialog.on_condaButton_toggled" ID="VirtualenvConfigurationDialog.on_condaButton_toggled"></a> |
281 <a NAME="VirtualenvConfigurationDialog.on_condaButton_toggled" ID="VirtualenvConfigurationDialog.on_condaButton_toggled"></a> |
284 <h4>VirtualenvConfigurationDialog.on_condaButton_toggled</h4> |
282 <h4>VirtualenvConfigurationDialog.on_condaButton_toggled</h4> |
285 <b>on_condaButton_toggled</b>(<i>checked</i>) |
283 <b>on_condaButton_toggled</b>(<i>checked</i>) |
286 |
|
287 <p> |
284 <p> |
288 Private slot to react to the selection of 'conda'. |
285 Private slot to react to the selection of 'conda'. |
289 </p> |
286 </p> |
|
287 |
290 <dl> |
288 <dl> |
291 |
289 |
292 <dt><i>checked</i> (bool)</dt> |
290 <dt><i>checked</i> (bool)</dt> |
293 <dd> |
291 <dd> |
294 state of the checkbox |
292 state of the checkbox |
295 </dd> |
293 </dd> |
296 </dl> |
294 </dl> |
297 <a NAME="VirtualenvConfigurationDialog.on_condaCloneButton_clicked" ID="VirtualenvConfigurationDialog.on_condaCloneButton_clicked"></a> |
295 <a NAME="VirtualenvConfigurationDialog.on_condaCloneButton_clicked" ID="VirtualenvConfigurationDialog.on_condaCloneButton_clicked"></a> |
298 <h4>VirtualenvConfigurationDialog.on_condaCloneButton_clicked</h4> |
296 <h4>VirtualenvConfigurationDialog.on_condaCloneButton_clicked</h4> |
299 <b>on_condaCloneButton_clicked</b>(<i></i>) |
297 <b>on_condaCloneButton_clicked</b>(<i></i>) |
300 |
|
301 <p> |
298 <p> |
302 Private slot handling the selection of the clone button. |
299 Private slot handling the selection of the clone button. |
303 </p> |
300 </p> |
|
301 |
304 <a NAME="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged"></a> |
302 <a NAME="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged"></a> |
305 <h4>VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged</h4> |
303 <h4>VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged</h4> |
306 <b>on_condaCloneDirectoryPicker_textChanged</b>(<i>txt</i>) |
304 <b>on_condaCloneDirectoryPicker_textChanged</b>(<i>txt</i>) |
307 |
|
308 <p> |
305 <p> |
309 Private slot handling a change of the cloned from directory. |
306 Private slot handling a change of the cloned from directory. |
310 </p> |
307 </p> |
|
308 |
311 <dl> |
309 <dl> |
312 |
310 |
313 <dt><i>txt</i> (str)</dt> |
311 <dt><i>txt</i> (str)</dt> |
314 <dd> |
312 <dd> |
315 target directory |
313 target directory |
316 </dd> |
314 </dd> |
317 </dl> |
315 </dl> |
318 <a NAME="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged"></a> |
316 <a NAME="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged"></a> |
319 <h4>VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged</h4> |
317 <h4>VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged</h4> |
320 <b>on_condaCloneNameEdit_textChanged</b>(<i>txt</i>) |
318 <b>on_condaCloneNameEdit_textChanged</b>(<i>txt</i>) |
321 |
|
322 <p> |
319 <p> |
323 Private slot handling a change of the conda source environment name. |
320 Private slot handling a change of the conda source environment name. |
324 </p> |
321 </p> |
|
322 |
325 <dl> |
323 <dl> |
326 |
324 |
327 <dt><i>txt</i> (str)</dt> |
325 <dt><i>txt</i> (str)</dt> |
328 <dd> |
326 <dd> |
329 name of the environment to be cloned |
327 name of the environment to be cloned |
330 </dd> |
328 </dd> |
331 </dl> |
329 </dl> |
332 <a NAME="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged"></a> |
330 <a NAME="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged"></a> |
333 <h4>VirtualenvConfigurationDialog.on_condaNameEdit_textChanged</h4> |
331 <h4>VirtualenvConfigurationDialog.on_condaNameEdit_textChanged</h4> |
334 <b>on_condaNameEdit_textChanged</b>(<i>txt</i>) |
332 <b>on_condaNameEdit_textChanged</b>(<i>txt</i>) |
335 |
|
336 <p> |
333 <p> |
337 Private slot handling a change of the conda environment name. |
334 Private slot handling a change of the conda environment name. |
338 </p> |
335 </p> |
|
336 |
339 <dl> |
337 <dl> |
340 |
338 |
341 <dt><i>txt</i> (str)</dt> |
339 <dt><i>txt</i> (str)</dt> |
342 <dd> |
340 <dd> |
343 environment name |
341 environment name |
344 </dd> |
342 </dd> |
345 </dl> |
343 </dl> |
346 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked" ID="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked"></a> |
344 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked" ID="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked"></a> |
347 <h4>VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked</h4> |
345 <h4>VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked</h4> |
348 <b>on_condaRequirementsButton_clicked</b>(<i></i>) |
346 <b>on_condaRequirementsButton_clicked</b>(<i></i>) |
349 |
|
350 <p> |
347 <p> |
351 Private slot handling the selection of the requirements button. |
348 Private slot handling the selection of the requirements button. |
352 </p> |
349 </p> |
|
350 |
353 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged"></a> |
351 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged"></a> |
354 <h4>VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged</h4> |
352 <h4>VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged</h4> |
355 <b>on_condaRequirementsFilePicker_textChanged</b>(<i>txt</i>) |
353 <b>on_condaRequirementsFilePicker_textChanged</b>(<i>txt</i>) |
356 |
|
357 <p> |
354 <p> |
358 Private slot handling a change of the requirements file entry. |
355 Private slot handling a change of the requirements file entry. |
359 </p> |
356 </p> |
|
357 |
360 <dl> |
358 <dl> |
361 |
359 |
362 <dt><i>txt</i> (str)</dt> |
360 <dt><i>txt</i> (str)</dt> |
363 <dd> |
361 <dd> |
364 current text of the requirements file entry |
362 current text of the requirements file entry |
365 </dd> |
363 </dd> |
366 </dl> |
364 </dl> |
367 <a NAME="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" ID="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked"></a> |
365 <a NAME="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" ID="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked"></a> |
368 <h4>VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked</h4> |
366 <h4>VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked</h4> |
369 <b>on_condaSpecialsGroup_clicked</b>(<i></i>) |
367 <b>on_condaSpecialsGroup_clicked</b>(<i></i>) |
370 |
|
371 <p> |
368 <p> |
372 Private slot handling the selection of the specials group. |
369 Private slot handling the selection of the specials group. |
373 </p> |
370 </p> |
|
371 |
374 <a NAME="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged"></a> |
372 <a NAME="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged"></a> |
375 <h4>VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged</h4> |
373 <h4>VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged</h4> |
376 <b>on_condaTargetDirectoryPicker_textChanged</b>(<i>txt</i>) |
374 <b>on_condaTargetDirectoryPicker_textChanged</b>(<i>txt</i>) |
377 |
|
378 <p> |
375 <p> |
379 Private slot handling a change of the conda target directory. |
376 Private slot handling a change of the conda target directory. |
380 </p> |
377 </p> |
|
378 |
381 <dl> |
379 <dl> |
382 |
380 |
383 <dt><i>txt</i> (str)</dt> |
381 <dt><i>txt</i> (str)</dt> |
384 <dd> |
382 <dd> |
385 target directory |
383 target directory |
386 </dd> |
384 </dd> |
387 </dl> |
385 </dl> |
388 <a NAME="VirtualenvConfigurationDialog.on_nameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_nameEdit_textChanged"></a> |
386 <a NAME="VirtualenvConfigurationDialog.on_nameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_nameEdit_textChanged"></a> |
389 <h4>VirtualenvConfigurationDialog.on_nameEdit_textChanged</h4> |
387 <h4>VirtualenvConfigurationDialog.on_nameEdit_textChanged</h4> |
390 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
388 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
391 |
|
392 <p> |
389 <p> |
393 Private slot handling a change of the virtual environment name. |
390 Private slot handling a change of the virtual environment name. |
394 </p> |
391 </p> |
|
392 |
395 <dl> |
393 <dl> |
396 |
394 |
397 <dt><i>txt</i> (str)</dt> |
395 <dt><i>txt</i> (str)</dt> |
398 <dd> |
396 <dd> |
399 name of the virtual environment |
397 name of the virtual environment |
400 </dd> |
398 </dd> |
401 </dl> |
399 </dl> |
402 <a NAME="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" ID="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged"></a> |
400 <a NAME="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" ID="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged"></a> |
403 <h4>VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged</h4> |
401 <h4>VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged</h4> |
404 <b>on_pythonExecPicker_textChanged</b>(<i>txt</i>) |
402 <b>on_pythonExecPicker_textChanged</b>(<i>txt</i>) |
405 |
|
406 <p> |
403 <p> |
407 Private slot to react to a change of the Python executable. |
404 Private slot to react to a change of the Python executable. |
408 </p> |
405 </p> |
|
406 |
409 <dl> |
407 <dl> |
410 |
408 |
411 <dt><i>txt</i> (str)</dt> |
409 <dt><i>txt</i> (str)</dt> |
412 <dd> |
410 <dd> |
413 contents of the picker's line edit |
411 contents of the picker's line edit |
414 </dd> |
412 </dd> |
415 </dl> |
413 </dl> |
416 <a NAME="VirtualenvConfigurationDialog.on_pyvenvButton_toggled" ID="VirtualenvConfigurationDialog.on_pyvenvButton_toggled"></a> |
414 <a NAME="VirtualenvConfigurationDialog.on_pyvenvButton_toggled" ID="VirtualenvConfigurationDialog.on_pyvenvButton_toggled"></a> |
417 <h4>VirtualenvConfigurationDialog.on_pyvenvButton_toggled</h4> |
415 <h4>VirtualenvConfigurationDialog.on_pyvenvButton_toggled</h4> |
418 <b>on_pyvenvButton_toggled</b>(<i>checked</i>) |
416 <b>on_pyvenvButton_toggled</b>(<i>checked</i>) |
419 |
|
420 <p> |
417 <p> |
421 Private slot to react to the selection of 'pyvenv'. |
418 Private slot to react to the selection of 'pyvenv'. |
422 </p> |
419 </p> |
|
420 |
423 <dl> |
421 <dl> |
424 |
422 |
425 <dt><i>checked</i> (bool)</dt> |
423 <dt><i>checked</i> (bool)</dt> |
426 <dd> |
424 <dd> |
427 state of the checkbox |
425 state of the checkbox |
428 </dd> |
426 </dd> |
429 </dl> |
427 </dl> |
430 <a NAME="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged"></a> |
428 <a NAME="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged"></a> |
431 <h4>VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged</h4> |
429 <h4>VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged</h4> |
432 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>) |
430 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>) |
433 |
|
434 <p> |
431 <p> |
435 Private slot handling a change of the target directory. |
432 Private slot handling a change of the target directory. |
436 </p> |
433 </p> |
|
434 |
437 <dl> |
435 <dl> |
438 |
436 |
439 <dt><i>txt</i> (str)</dt> |
437 <dt><i>txt</i> (str)</dt> |
440 <dd> |
438 <dd> |
441 target directory |
439 target directory |
442 </dd> |
440 </dd> |
443 </dl> |
441 </dl> |
444 <a NAME="VirtualenvConfigurationDialog.on_virtualenvButton_toggled" ID="VirtualenvConfigurationDialog.on_virtualenvButton_toggled"></a> |
442 <a NAME="VirtualenvConfigurationDialog.on_virtualenvButton_toggled" ID="VirtualenvConfigurationDialog.on_virtualenvButton_toggled"></a> |
445 <h4>VirtualenvConfigurationDialog.on_virtualenvButton_toggled</h4> |
443 <h4>VirtualenvConfigurationDialog.on_virtualenvButton_toggled</h4> |
446 <b>on_virtualenvButton_toggled</b>(<i>checked</i>) |
444 <b>on_virtualenvButton_toggled</b>(<i>checked</i>) |
447 |
|
448 <p> |
445 <p> |
449 Private slot to react to the selection of 'virtualenv'. |
446 Private slot to react to the selection of 'virtualenv'. |
450 </p> |
447 </p> |
|
448 |
451 <dl> |
449 <dl> |
452 |
450 |
453 <dt><i>checked</i> (bool)</dt> |
451 <dt><i>checked</i> (bool)</dt> |
454 <dd> |
452 <dd> |
455 state of the checkbox |
453 state of the checkbox |