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.VirtualEnv.VirtualenvConfigurationDialog</h1> |
23 <h1>eric6.VirtualEnv.VirtualenvConfigurationDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to enter the parameters for the |
26 Module implementing a dialog to enter the parameters for the |
25 virtual environment. |
27 virtual environment. |
26 </p> |
28 </p> |
27 <h3>Global Attributes</h3> |
29 <h3>Global Attributes</h3> |
|
30 |
28 <table> |
31 <table> |
29 <tr><td>None</td></tr> |
32 <tr><td>None</td></tr> |
30 </table> |
33 </table> |
31 <h3>Classes</h3> |
34 <h3>Classes</h3> |
32 <table> |
35 |
|
36 <table> |
|
37 |
33 <tr> |
38 <tr> |
34 <td><a href="#VirtualenvConfigurationDialog">VirtualenvConfigurationDialog</a></td> |
39 <td><a href="#VirtualenvConfigurationDialog">VirtualenvConfigurationDialog</a></td> |
35 <td>Class implementing a dialog to enter the parameters for the virtual environment.</td> |
40 <td>Class implementing a dialog to enter the parameters for the virtual environment.</td> |
36 </tr> |
41 </tr> |
37 </table> |
42 </table> |
38 <h3>Functions</h3> |
43 <h3>Functions</h3> |
|
44 |
39 <table> |
45 <table> |
40 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
41 </table> |
47 </table> |
42 <hr /><hr /> |
48 <hr /> |
|
49 <hr /> |
43 <a NAME="VirtualenvConfigurationDialog" ID="VirtualenvConfigurationDialog"></a> |
50 <a NAME="VirtualenvConfigurationDialog" ID="VirtualenvConfigurationDialog"></a> |
44 <h2>VirtualenvConfigurationDialog</h2> |
51 <h2>VirtualenvConfigurationDialog</h2> |
|
52 |
45 <p> |
53 <p> |
46 Class implementing a dialog to enter the parameters for the |
54 Class implementing a dialog to enter the parameters for the |
47 virtual environment. |
55 virtual environment. |
48 </p> |
56 </p> |
49 <h3>Derived from</h3> |
57 <h3>Derived from</h3> |
50 QDialog, Ui_VirtualenvConfigurationDialog |
58 QDialog, Ui_VirtualenvConfigurationDialog |
51 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
|
60 |
52 <table> |
61 <table> |
53 <tr><td>None</td></tr> |
62 <tr><td>None</td></tr> |
54 </table> |
63 </table> |
55 <h3>Class Methods</h3> |
64 <h3>Class Methods</h3> |
|
65 |
56 <table> |
66 <table> |
57 <tr><td>None</td></tr> |
67 <tr><td>None</td></tr> |
58 </table> |
68 </table> |
59 <h3>Methods</h3> |
69 <h3>Methods</h3> |
60 <table> |
70 |
|
71 <table> |
|
72 |
61 <tr> |
73 <tr> |
62 <td><a href="#VirtualenvConfigurationDialog.__init__">VirtualenvConfigurationDialog</a></td> |
74 <td><a href="#VirtualenvConfigurationDialog.__init__">VirtualenvConfigurationDialog</a></td> |
63 <td>Constructor</td> |
75 <td>Constructor</td> |
64 </tr><tr> |
76 </tr> |
|
77 <tr> |
65 <td><a href="#VirtualenvConfigurationDialog.__generateArguments">__generateArguments</a></td> |
78 <td><a href="#VirtualenvConfigurationDialog.__generateArguments">__generateArguments</a></td> |
66 <td>Private method to generate the process arguments.</td> |
79 <td>Private method to generate the process arguments.</td> |
67 </tr><tr> |
80 </tr> |
|
81 <tr> |
68 <td><a href="#VirtualenvConfigurationDialog.__generateTargetDir">__generateTargetDir</a></td> |
82 <td><a href="#VirtualenvConfigurationDialog.__generateTargetDir">__generateTargetDir</a></td> |
69 <td>Private method to generate a valid target directory path.</td> |
83 <td>Private method to generate a valid target directory path.</td> |
70 </tr><tr> |
84 </tr> |
|
85 <tr> |
71 <td><a href="#VirtualenvConfigurationDialog.__setCondaVersion">__setCondaVersion</a></td> |
86 <td><a href="#VirtualenvConfigurationDialog.__setCondaVersion">__setCondaVersion</a></td> |
72 <td>Private method to determine the conda version and set the respective label.</td> |
87 <td>Private method to determine the conda version and set the respective label.</td> |
73 </tr><tr> |
88 </tr> |
|
89 <tr> |
74 <td><a href="#VirtualenvConfigurationDialog.__setPyvenvVersion">__setPyvenvVersion</a></td> |
90 <td><a href="#VirtualenvConfigurationDialog.__setPyvenvVersion">__setPyvenvVersion</a></td> |
75 <td>Private method to determine the pyvenv version and set the respective label.</td> |
91 <td>Private method to determine the pyvenv version and set the respective label.</td> |
76 </tr><tr> |
92 </tr> |
|
93 <tr> |
77 <td><a href="#VirtualenvConfigurationDialog.__setVirtualenvVersion">__setVirtualenvVersion</a></td> |
94 <td><a href="#VirtualenvConfigurationDialog.__setVirtualenvVersion">__setVirtualenvVersion</a></td> |
78 <td>Private method to determine the virtualenv version and set the respective label.</td> |
95 <td>Private method to determine the virtualenv version and set the respective label.</td> |
79 </tr><tr> |
96 </tr> |
|
97 <tr> |
80 <td><a href="#VirtualenvConfigurationDialog.__updateOK">__updateOK</a></td> |
98 <td><a href="#VirtualenvConfigurationDialog.__updateOK">__updateOK</a></td> |
81 <td>Private method to update the enabled status of the OK button.</td> |
99 <td>Private method to update the enabled status of the OK button.</td> |
82 </tr><tr> |
100 </tr> |
|
101 <tr> |
83 <td><a href="#VirtualenvConfigurationDialog.__updateUi">__updateUi</a></td> |
102 <td><a href="#VirtualenvConfigurationDialog.__updateUi">__updateUi</a></td> |
84 <td>Private method to update the UI depending on the selected virtual environment creator (virtualenv or pyvenv).</td> |
103 <td>Private method to update the UI depending on the selected virtual environment creator (virtualenv or pyvenv).</td> |
85 </tr><tr> |
104 </tr> |
|
105 <tr> |
86 <td><a href="#VirtualenvConfigurationDialog.getData">getData</a></td> |
106 <td><a href="#VirtualenvConfigurationDialog.getData">getData</a></td> |
87 <td>Public method to retrieve the dialog data.</td> |
107 <td>Public method to retrieve the dialog data.</td> |
88 </tr><tr> |
108 </tr> |
|
109 <tr> |
89 <td><a href="#VirtualenvConfigurationDialog.on_condaButton_toggled">on_condaButton_toggled</a></td> |
110 <td><a href="#VirtualenvConfigurationDialog.on_condaButton_toggled">on_condaButton_toggled</a></td> |
90 <td>Private slot to react to the selection of 'conda'.</td> |
111 <td>Private slot to react to the selection of 'conda'.</td> |
91 </tr><tr> |
112 </tr> |
|
113 <tr> |
92 <td><a href="#VirtualenvConfigurationDialog.on_condaCloneButton_clicked">on_condaCloneButton_clicked</a></td> |
114 <td><a href="#VirtualenvConfigurationDialog.on_condaCloneButton_clicked">on_condaCloneButton_clicked</a></td> |
93 <td>Private slot handling the selection of the clone button.</td> |
115 <td>Private slot handling the selection of the clone button.</td> |
94 </tr><tr> |
116 </tr> |
|
117 <tr> |
95 <td><a href="#VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged">on_condaCloneDirectoryPicker_textChanged</a></td> |
118 <td><a href="#VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged">on_condaCloneDirectoryPicker_textChanged</a></td> |
96 <td>Private slot handling a change of the cloned from directory.</td> |
119 <td>Private slot handling a change of the cloned from directory.</td> |
97 </tr><tr> |
120 </tr> |
|
121 <tr> |
98 <td><a href="#VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged">on_condaCloneNameEdit_textChanged</a></td> |
122 <td><a href="#VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged">on_condaCloneNameEdit_textChanged</a></td> |
99 <td>Private slot handling a change of the conda source environment name.</td> |
123 <td>Private slot handling a change of the conda source environment name.</td> |
100 </tr><tr> |
124 </tr> |
|
125 <tr> |
101 <td><a href="#VirtualenvConfigurationDialog.on_condaNameEdit_textChanged">on_condaNameEdit_textChanged</a></td> |
126 <td><a href="#VirtualenvConfigurationDialog.on_condaNameEdit_textChanged">on_condaNameEdit_textChanged</a></td> |
102 <td>Private slot handling a change of the conda environment name.</td> |
127 <td>Private slot handling a change of the conda environment name.</td> |
103 </tr><tr> |
128 </tr> |
|
129 <tr> |
104 <td><a href="#VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked">on_condaRequirementsButton_clicked</a></td> |
130 <td><a href="#VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked">on_condaRequirementsButton_clicked</a></td> |
105 <td>Private slot handling the selection of the requirements button.</td> |
131 <td>Private slot handling the selection of the requirements button.</td> |
106 </tr><tr> |
132 </tr> |
|
133 <tr> |
107 <td><a href="#VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged">on_condaRequirementsFilePicker_textChanged</a></td> |
134 <td><a href="#VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged">on_condaRequirementsFilePicker_textChanged</a></td> |
108 <td>Private slot handling a change of the requirements file entry.</td> |
135 <td>Private slot handling a change of the requirements file entry.</td> |
109 </tr><tr> |
136 </tr> |
|
137 <tr> |
110 <td><a href="#VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked">on_condaSpecialsGroup_clicked</a></td> |
138 <td><a href="#VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked">on_condaSpecialsGroup_clicked</a></td> |
111 <td>Private slot handling the selection of the specials group.</td> |
139 <td>Private slot handling the selection of the specials group.</td> |
112 </tr><tr> |
140 </tr> |
|
141 <tr> |
113 <td><a href="#VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged">on_condaTargetDirectoryPicker_textChanged</a></td> |
142 <td><a href="#VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged">on_condaTargetDirectoryPicker_textChanged</a></td> |
114 <td>Private slot handling a change of the conda target directory.</td> |
143 <td>Private slot handling a change of the conda target directory.</td> |
115 </tr><tr> |
144 </tr> |
|
145 <tr> |
116 <td><a href="#VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> |
146 <td><a href="#VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> |
117 <td>Private slot to react to a change of the Python executable.</td> |
147 <td>Private slot to react to a change of the Python executable.</td> |
118 </tr><tr> |
148 </tr> |
|
149 <tr> |
119 <td><a href="#VirtualenvConfigurationDialog.on_pyvenvButton_toggled">on_pyvenvButton_toggled</a></td> |
150 <td><a href="#VirtualenvConfigurationDialog.on_pyvenvButton_toggled">on_pyvenvButton_toggled</a></td> |
120 <td>Private slot to react to the selection of 'pyvenv'.</td> |
151 <td>Private slot to react to the selection of 'pyvenv'.</td> |
121 </tr><tr> |
152 </tr> |
|
153 <tr> |
122 <td><a href="#VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td> |
154 <td><a href="#VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td> |
123 <td>Private slot handling a change of the target directory.</td> |
155 <td>Private slot handling a change of the target directory.</td> |
124 </tr><tr> |
156 </tr> |
|
157 <tr> |
125 <td><a href="#VirtualenvConfigurationDialog.on_virtualenvButton_toggled">on_virtualenvButton_toggled</a></td> |
158 <td><a href="#VirtualenvConfigurationDialog.on_virtualenvButton_toggled">on_virtualenvButton_toggled</a></td> |
126 <td>Private slot to react to the selection of 'virtualenv'.</td> |
159 <td>Private slot to react to the selection of 'virtualenv'.</td> |
127 </tr> |
160 </tr> |
128 </table> |
161 </table> |
129 <h3>Static Methods</h3> |
162 <h3>Static Methods</h3> |
|
163 |
130 <table> |
164 <table> |
131 <tr><td>None</td></tr> |
165 <tr><td>None</td></tr> |
132 </table> |
166 </table> |
|
167 |
133 <a NAME="VirtualenvConfigurationDialog.__init__" ID="VirtualenvConfigurationDialog.__init__"></a> |
168 <a NAME="VirtualenvConfigurationDialog.__init__" ID="VirtualenvConfigurationDialog.__init__"></a> |
134 <h4>VirtualenvConfigurationDialog (Constructor)</h4> |
169 <h4>VirtualenvConfigurationDialog (Constructor)</h4> |
135 <b>VirtualenvConfigurationDialog</b>(<i>parent=None</i>) |
170 <b>VirtualenvConfigurationDialog</b>(<i>parent=None</i>) |
|
171 |
136 <p> |
172 <p> |
137 Constructor |
173 Constructor |
138 </p><dl> |
174 </p> |
|
175 <dl> |
|
176 |
139 <dt><i>parent</i> (QWidget)</dt> |
177 <dt><i>parent</i> (QWidget)</dt> |
140 <dd> |
178 <dd> |
141 reference to the parent widget |
179 reference to the parent widget |
142 </dd> |
180 </dd> |
143 </dl><a NAME="VirtualenvConfigurationDialog.__generateArguments" ID="VirtualenvConfigurationDialog.__generateArguments"></a> |
181 </dl> |
|
182 <a NAME="VirtualenvConfigurationDialog.__generateArguments" ID="VirtualenvConfigurationDialog.__generateArguments"></a> |
144 <h4>VirtualenvConfigurationDialog.__generateArguments</h4> |
183 <h4>VirtualenvConfigurationDialog.__generateArguments</h4> |
145 <b>__generateArguments</b>(<i></i>) |
184 <b>__generateArguments</b>(<i></i>) |
|
185 |
146 <p> |
186 <p> |
147 Private method to generate the process arguments. |
187 Private method to generate the process arguments. |
148 </p><dl> |
188 </p> |
|
189 <dl> |
149 <dt>Returns:</dt> |
190 <dt>Returns:</dt> |
150 <dd> |
191 <dd> |
151 process arguments |
192 process arguments |
152 </dd> |
193 </dd> |
153 </dl><dl> |
194 </dl> |
|
195 <dl> |
154 <dt>Return Type:</dt> |
196 <dt>Return Type:</dt> |
155 <dd> |
197 <dd> |
156 list of str |
198 list of str |
157 </dd> |
199 </dd> |
158 </dl><a NAME="VirtualenvConfigurationDialog.__generateTargetDir" ID="VirtualenvConfigurationDialog.__generateTargetDir"></a> |
200 </dl> |
|
201 <a NAME="VirtualenvConfigurationDialog.__generateTargetDir" ID="VirtualenvConfigurationDialog.__generateTargetDir"></a> |
159 <h4>VirtualenvConfigurationDialog.__generateTargetDir</h4> |
202 <h4>VirtualenvConfigurationDialog.__generateTargetDir</h4> |
160 <b>__generateTargetDir</b>(<i></i>) |
203 <b>__generateTargetDir</b>(<i></i>) |
|
204 |
161 <p> |
205 <p> |
162 Private method to generate a valid target directory path. |
206 Private method to generate a valid target directory path. |
163 </p><dl> |
207 </p> |
|
208 <dl> |
164 <dt>Returns:</dt> |
209 <dt>Returns:</dt> |
165 <dd> |
210 <dd> |
166 target directory path |
211 target directory path |
167 </dd> |
212 </dd> |
168 </dl><dl> |
213 </dl> |
|
214 <dl> |
169 <dt>Return Type:</dt> |
215 <dt>Return Type:</dt> |
170 <dd> |
216 <dd> |
171 str |
217 str |
172 </dd> |
218 </dd> |
173 </dl><a NAME="VirtualenvConfigurationDialog.__setCondaVersion" ID="VirtualenvConfigurationDialog.__setCondaVersion"></a> |
219 </dl> |
|
220 <a NAME="VirtualenvConfigurationDialog.__setCondaVersion" ID="VirtualenvConfigurationDialog.__setCondaVersion"></a> |
174 <h4>VirtualenvConfigurationDialog.__setCondaVersion</h4> |
221 <h4>VirtualenvConfigurationDialog.__setCondaVersion</h4> |
175 <b>__setCondaVersion</b>(<i></i>) |
222 <b>__setCondaVersion</b>(<i></i>) |
|
223 |
176 <p> |
224 <p> |
177 Private method to determine the conda version and set the respective |
225 Private method to determine the conda version and set the respective |
178 label. |
226 label. |
179 </p><a NAME="VirtualenvConfigurationDialog.__setPyvenvVersion" ID="VirtualenvConfigurationDialog.__setPyvenvVersion"></a> |
227 </p> |
|
228 <a NAME="VirtualenvConfigurationDialog.__setPyvenvVersion" ID="VirtualenvConfigurationDialog.__setPyvenvVersion"></a> |
180 <h4>VirtualenvConfigurationDialog.__setPyvenvVersion</h4> |
229 <h4>VirtualenvConfigurationDialog.__setPyvenvVersion</h4> |
181 <b>__setPyvenvVersion</b>(<i></i>) |
230 <b>__setPyvenvVersion</b>(<i></i>) |
|
231 |
182 <p> |
232 <p> |
183 Private method to determine the pyvenv version and set the respective |
233 Private method to determine the pyvenv version and set the respective |
184 label. |
234 label. |
185 </p><a NAME="VirtualenvConfigurationDialog.__setVirtualenvVersion" ID="VirtualenvConfigurationDialog.__setVirtualenvVersion"></a> |
235 </p> |
|
236 <a NAME="VirtualenvConfigurationDialog.__setVirtualenvVersion" ID="VirtualenvConfigurationDialog.__setVirtualenvVersion"></a> |
186 <h4>VirtualenvConfigurationDialog.__setVirtualenvVersion</h4> |
237 <h4>VirtualenvConfigurationDialog.__setVirtualenvVersion</h4> |
187 <b>__setVirtualenvVersion</b>(<i></i>) |
238 <b>__setVirtualenvVersion</b>(<i></i>) |
|
239 |
188 <p> |
240 <p> |
189 Private method to determine the virtualenv version and set the |
241 Private method to determine the virtualenv version and set the |
190 respective label. |
242 respective label. |
191 </p><a NAME="VirtualenvConfigurationDialog.__updateOK" ID="VirtualenvConfigurationDialog.__updateOK"></a> |
243 </p> |
|
244 <a NAME="VirtualenvConfigurationDialog.__updateOK" ID="VirtualenvConfigurationDialog.__updateOK"></a> |
192 <h4>VirtualenvConfigurationDialog.__updateOK</h4> |
245 <h4>VirtualenvConfigurationDialog.__updateOK</h4> |
193 <b>__updateOK</b>(<i></i>) |
246 <b>__updateOK</b>(<i></i>) |
|
247 |
194 <p> |
248 <p> |
195 Private method to update the enabled status of the OK button. |
249 Private method to update the enabled status of the OK button. |
196 </p><a NAME="VirtualenvConfigurationDialog.__updateUi" ID="VirtualenvConfigurationDialog.__updateUi"></a> |
250 </p> |
|
251 <a NAME="VirtualenvConfigurationDialog.__updateUi" ID="VirtualenvConfigurationDialog.__updateUi"></a> |
197 <h4>VirtualenvConfigurationDialog.__updateUi</h4> |
252 <h4>VirtualenvConfigurationDialog.__updateUi</h4> |
198 <b>__updateUi</b>(<i></i>) |
253 <b>__updateUi</b>(<i></i>) |
|
254 |
199 <p> |
255 <p> |
200 Private method to update the UI depending on the selected |
256 Private method to update the UI depending on the selected |
201 virtual environment creator (virtualenv or pyvenv). |
257 virtual environment creator (virtualenv or pyvenv). |
202 </p><a NAME="VirtualenvConfigurationDialog.getData" ID="VirtualenvConfigurationDialog.getData"></a> |
258 </p> |
|
259 <a NAME="VirtualenvConfigurationDialog.getData" ID="VirtualenvConfigurationDialog.getData"></a> |
203 <h4>VirtualenvConfigurationDialog.getData</h4> |
260 <h4>VirtualenvConfigurationDialog.getData</h4> |
204 <b>getData</b>(<i></i>) |
261 <b>getData</b>(<i></i>) |
|
262 |
205 <p> |
263 <p> |
206 Public method to retrieve the dialog data. |
264 Public method to retrieve the dialog data. |
207 </p><dl> |
265 </p> |
|
266 <dl> |
208 <dt>Returns:</dt> |
267 <dt>Returns:</dt> |
209 <dd> |
268 <dd> |
210 dictionary containing the data for the two environment |
269 dictionary containing the data for the two environment |
211 variants. The keys for both variants are 'arguments' containing the |
270 variants. The keys for both variants are 'arguments' containing the |
212 command line arguments, 'logicalName' containing the environment |
271 command line arguments, 'logicalName' containing the environment |
218 a script, 'targetDirectory' containing the target directory and |
277 a script, 'targetDirectory' containing the target directory and |
219 'pythonExe' containing the Python interpreter to be used. The |
278 'pythonExe' containing the Python interpreter to be used. The |
220 conda specific key is 'command' giving the conda command to be |
279 conda specific key is 'command' giving the conda command to be |
221 executed (always 'create'). |
280 executed (always 'create'). |
222 </dd> |
281 </dd> |
223 </dl><dl> |
282 </dl> |
|
283 <dl> |
224 <dt>Return Type:</dt> |
284 <dt>Return Type:</dt> |
225 <dd> |
285 <dd> |
226 dict |
286 dict |
227 </dd> |
287 </dd> |
228 </dl><a NAME="VirtualenvConfigurationDialog.on_condaButton_toggled" ID="VirtualenvConfigurationDialog.on_condaButton_toggled"></a> |
288 </dl> |
|
289 <a NAME="VirtualenvConfigurationDialog.on_condaButton_toggled" ID="VirtualenvConfigurationDialog.on_condaButton_toggled"></a> |
229 <h4>VirtualenvConfigurationDialog.on_condaButton_toggled</h4> |
290 <h4>VirtualenvConfigurationDialog.on_condaButton_toggled</h4> |
230 <b>on_condaButton_toggled</b>(<i>checked</i>) |
291 <b>on_condaButton_toggled</b>(<i>checked</i>) |
|
292 |
231 <p> |
293 <p> |
232 Private slot to react to the selection of 'conda'. |
294 Private slot to react to the selection of 'conda'. |
233 </p><dl> |
295 </p> |
|
296 <dl> |
|
297 |
234 <dt><i>checked</i> (bool)</dt> |
298 <dt><i>checked</i> (bool)</dt> |
235 <dd> |
299 <dd> |
236 state of the checkbox |
300 state of the checkbox |
237 </dd> |
301 </dd> |
238 </dl><a NAME="VirtualenvConfigurationDialog.on_condaCloneButton_clicked" ID="VirtualenvConfigurationDialog.on_condaCloneButton_clicked"></a> |
302 </dl> |
|
303 <a NAME="VirtualenvConfigurationDialog.on_condaCloneButton_clicked" ID="VirtualenvConfigurationDialog.on_condaCloneButton_clicked"></a> |
239 <h4>VirtualenvConfigurationDialog.on_condaCloneButton_clicked</h4> |
304 <h4>VirtualenvConfigurationDialog.on_condaCloneButton_clicked</h4> |
240 <b>on_condaCloneButton_clicked</b>(<i></i>) |
305 <b>on_condaCloneButton_clicked</b>(<i></i>) |
|
306 |
241 <p> |
307 <p> |
242 Private slot handling the selection of the clone button. |
308 Private slot handling the selection of the clone button. |
243 </p><a NAME="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged"></a> |
309 </p> |
|
310 <a NAME="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged"></a> |
244 <h4>VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged</h4> |
311 <h4>VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged</h4> |
245 <b>on_condaCloneDirectoryPicker_textChanged</b>(<i>txt</i>) |
312 <b>on_condaCloneDirectoryPicker_textChanged</b>(<i>txt</i>) |
|
313 |
246 <p> |
314 <p> |
247 Private slot handling a change of the cloned from directory. |
315 Private slot handling a change of the cloned from directory. |
248 </p><dl> |
316 </p> |
|
317 <dl> |
|
318 |
249 <dt><i>txt</i> (str)</dt> |
319 <dt><i>txt</i> (str)</dt> |
250 <dd> |
320 <dd> |
251 target directory |
321 target directory |
252 </dd> |
322 </dd> |
253 </dl><a NAME="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged"></a> |
323 </dl> |
|
324 <a NAME="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged"></a> |
254 <h4>VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged</h4> |
325 <h4>VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged</h4> |
255 <b>on_condaCloneNameEdit_textChanged</b>(<i>txt</i>) |
326 <b>on_condaCloneNameEdit_textChanged</b>(<i>txt</i>) |
|
327 |
256 <p> |
328 <p> |
257 Private slot handling a change of the conda source environment name. |
329 Private slot handling a change of the conda source environment name. |
258 </p><dl> |
330 </p> |
|
331 <dl> |
|
332 |
259 <dt><i>txt</i> (str)</dt> |
333 <dt><i>txt</i> (str)</dt> |
260 <dd> |
334 <dd> |
261 name of the environment to be cloned |
335 name of the environment to be cloned |
262 </dd> |
336 </dd> |
263 </dl><a NAME="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged"></a> |
337 </dl> |
|
338 <a NAME="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged"></a> |
264 <h4>VirtualenvConfigurationDialog.on_condaNameEdit_textChanged</h4> |
339 <h4>VirtualenvConfigurationDialog.on_condaNameEdit_textChanged</h4> |
265 <b>on_condaNameEdit_textChanged</b>(<i>txt</i>) |
340 <b>on_condaNameEdit_textChanged</b>(<i>txt</i>) |
|
341 |
266 <p> |
342 <p> |
267 Private slot handling a change of the conda environment name. |
343 Private slot handling a change of the conda environment name. |
268 </p><dl> |
344 </p> |
|
345 <dl> |
|
346 |
269 <dt><i>txt</i> (str)</dt> |
347 <dt><i>txt</i> (str)</dt> |
270 <dd> |
348 <dd> |
271 environment name |
349 environment name |
272 </dd> |
350 </dd> |
273 </dl><a NAME="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked" ID="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked"></a> |
351 </dl> |
|
352 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked" ID="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked"></a> |
274 <h4>VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked</h4> |
353 <h4>VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked</h4> |
275 <b>on_condaRequirementsButton_clicked</b>(<i></i>) |
354 <b>on_condaRequirementsButton_clicked</b>(<i></i>) |
|
355 |
276 <p> |
356 <p> |
277 Private slot handling the selection of the requirements button. |
357 Private slot handling the selection of the requirements button. |
278 </p><a NAME="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged"></a> |
358 </p> |
|
359 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged"></a> |
279 <h4>VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged</h4> |
360 <h4>VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged</h4> |
280 <b>on_condaRequirementsFilePicker_textChanged</b>(<i>txt</i>) |
361 <b>on_condaRequirementsFilePicker_textChanged</b>(<i>txt</i>) |
|
362 |
281 <p> |
363 <p> |
282 Private slot handling a change of the requirements file entry. |
364 Private slot handling a change of the requirements file entry. |
283 </p><dl> |
365 </p> |
|
366 <dl> |
|
367 |
284 <dt><i>txt</i> (str)</dt> |
368 <dt><i>txt</i> (str)</dt> |
285 <dd> |
369 <dd> |
286 current text of the requirements file entry |
370 current text of the requirements file entry |
287 </dd> |
371 </dd> |
288 </dl><a NAME="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" ID="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked"></a> |
372 </dl> |
|
373 <a NAME="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" ID="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked"></a> |
289 <h4>VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked</h4> |
374 <h4>VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked</h4> |
290 <b>on_condaSpecialsGroup_clicked</b>(<i></i>) |
375 <b>on_condaSpecialsGroup_clicked</b>(<i></i>) |
|
376 |
291 <p> |
377 <p> |
292 Private slot handling the selection of the specials group. |
378 Private slot handling the selection of the specials group. |
293 </p><a NAME="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged"></a> |
379 </p> |
|
380 <a NAME="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged"></a> |
294 <h4>VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged</h4> |
381 <h4>VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged</h4> |
295 <b>on_condaTargetDirectoryPicker_textChanged</b>(<i>txt</i>) |
382 <b>on_condaTargetDirectoryPicker_textChanged</b>(<i>txt</i>) |
|
383 |
296 <p> |
384 <p> |
297 Private slot handling a change of the conda target directory. |
385 Private slot handling a change of the conda target directory. |
298 </p><dl> |
386 </p> |
|
387 <dl> |
|
388 |
299 <dt><i>txt</i> (str)</dt> |
389 <dt><i>txt</i> (str)</dt> |
300 <dd> |
390 <dd> |
301 target directory |
391 target directory |
302 </dd> |
392 </dd> |
303 </dl><a NAME="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" ID="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged"></a> |
393 </dl> |
|
394 <a NAME="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" ID="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged"></a> |
304 <h4>VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged</h4> |
395 <h4>VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged</h4> |
305 <b>on_pythonExecPicker_textChanged</b>(<i>txt</i>) |
396 <b>on_pythonExecPicker_textChanged</b>(<i>txt</i>) |
|
397 |
306 <p> |
398 <p> |
307 Private slot to react to a change of the Python executable. |
399 Private slot to react to a change of the Python executable. |
308 </p><dl> |
400 </p> |
|
401 <dl> |
|
402 |
309 <dt><i>txt</i> (str)</dt> |
403 <dt><i>txt</i> (str)</dt> |
310 <dd> |
404 <dd> |
311 contents of the picker's line edit |
405 contents of the picker's line edit |
312 </dd> |
406 </dd> |
313 </dl><a NAME="VirtualenvConfigurationDialog.on_pyvenvButton_toggled" ID="VirtualenvConfigurationDialog.on_pyvenvButton_toggled"></a> |
407 </dl> |
|
408 <a NAME="VirtualenvConfigurationDialog.on_pyvenvButton_toggled" ID="VirtualenvConfigurationDialog.on_pyvenvButton_toggled"></a> |
314 <h4>VirtualenvConfigurationDialog.on_pyvenvButton_toggled</h4> |
409 <h4>VirtualenvConfigurationDialog.on_pyvenvButton_toggled</h4> |
315 <b>on_pyvenvButton_toggled</b>(<i>checked</i>) |
410 <b>on_pyvenvButton_toggled</b>(<i>checked</i>) |
|
411 |
316 <p> |
412 <p> |
317 Private slot to react to the selection of 'pyvenv'. |
413 Private slot to react to the selection of 'pyvenv'. |
318 </p><dl> |
414 </p> |
|
415 <dl> |
|
416 |
319 <dt><i>checked</i> (bool)</dt> |
417 <dt><i>checked</i> (bool)</dt> |
320 <dd> |
418 <dd> |
321 state of the checkbox |
419 state of the checkbox |
322 </dd> |
420 </dd> |
323 </dl><a NAME="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged"></a> |
421 </dl> |
|
422 <a NAME="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged"></a> |
324 <h4>VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged</h4> |
423 <h4>VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged</h4> |
325 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>) |
424 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>) |
|
425 |
326 <p> |
426 <p> |
327 Private slot handling a change of the target directory. |
427 Private slot handling a change of the target directory. |
328 </p><dl> |
428 </p> |
|
429 <dl> |
|
430 |
329 <dt><i>txt</i> (str)</dt> |
431 <dt><i>txt</i> (str)</dt> |
330 <dd> |
432 <dd> |
331 target directory |
433 target directory |
332 </dd> |
434 </dd> |
333 </dl><a NAME="VirtualenvConfigurationDialog.on_virtualenvButton_toggled" ID="VirtualenvConfigurationDialog.on_virtualenvButton_toggled"></a> |
435 </dl> |
|
436 <a NAME="VirtualenvConfigurationDialog.on_virtualenvButton_toggled" ID="VirtualenvConfigurationDialog.on_virtualenvButton_toggled"></a> |
334 <h4>VirtualenvConfigurationDialog.on_virtualenvButton_toggled</h4> |
437 <h4>VirtualenvConfigurationDialog.on_virtualenvButton_toggled</h4> |
335 <b>on_virtualenvButton_toggled</b>(<i>checked</i>) |
438 <b>on_virtualenvButton_toggled</b>(<i>checked</i>) |
|
439 |
336 <p> |
440 <p> |
337 Private slot to react to the selection of 'virtualenv'. |
441 Private slot to react to the selection of 'virtualenv'. |
338 </p><dl> |
442 </p> |
|
443 <dl> |
|
444 |
339 <dt><i>checked</i> (bool)</dt> |
445 <dt><i>checked</i> (bool)</dt> |
340 <dd> |
446 <dd> |
341 state of the checkbox |
447 state of the checkbox |
342 </dd> |
448 </dd> |
343 </dl> |
449 </dl> |