eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvConfigurationDialog.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
169 <tr><td>None</td></tr> 169 <tr><td>None</td></tr>
170 </table> 170 </table>
171 171
172 <a NAME="VirtualenvConfigurationDialog.__init__" ID="VirtualenvConfigurationDialog.__init__"></a> 172 <a NAME="VirtualenvConfigurationDialog.__init__" ID="VirtualenvConfigurationDialog.__init__"></a>
173 <h4>VirtualenvConfigurationDialog (Constructor)</h4> 173 <h4>VirtualenvConfigurationDialog (Constructor)</h4>
174 <b>VirtualenvConfigurationDialog</b>(<i>parent=None</i>) 174 <b>VirtualenvConfigurationDialog</b>(<i>baseDir="", parent=None</i>)
175 175
176 <p> 176 <p>
177 Constructor 177 Constructor
178 </p> 178 </p>
179 <dl> 179 <dl>
180 180
181 <dt><i>baseDir</i> (str)</dt>
182 <dd>
183 base directory for the virtual environments
184 </dd>
181 <dt><i>parent</i> (QWidget)</dt> 185 <dt><i>parent</i> (QWidget)</dt>
182 <dd> 186 <dd>
183 reference to the parent widget 187 reference to the parent widget
184 </dd> 188 </dd>
185 </dl> 189 </dl>
189 193
190 <p> 194 <p>
191 Private method to generate the process arguments. 195 Private method to generate the process arguments.
192 </p> 196 </p>
193 <dl> 197 <dl>
194 <dt>Returns:</dt> 198 <dt>Return:</dt>
195 <dd> 199 <dd>
196 process arguments 200 process arguments
197 </dd> 201 </dd>
198 </dl> 202 </dl>
199 <dl> 203 <dl>
208 212
209 <p> 213 <p>
210 Private method to generate a valid target directory path. 214 Private method to generate a valid target directory path.
211 </p> 215 </p>
212 <dl> 216 <dl>
213 <dt>Returns:</dt> 217 <dt>Return:</dt>
214 <dd> 218 <dd>
215 target directory path 219 target directory path
216 </dd> 220 </dd>
217 </dl> 221 </dl>
218 <dl> 222 <dl>
266 270
267 <p> 271 <p>
268 Public method to retrieve the dialog data. 272 Public method to retrieve the dialog data.
269 </p> 273 </p>
270 <dl> 274 <dl>
271 <dt>Returns:</dt> 275 <dt>Return:</dt>
272 <dd> 276 <dd>
273 dictionary containing the data for the two environment 277 dictionary containing the data for the two environment
274 variants. The keys for both variants are 'arguments' containing the 278 variants. The keys for both variants are 'arguments' containing the
275 command line arguments, 'logicalName' containing the environment 279 command line arguments, 'logicalName' containing the environment
276 name to be used with the virtual env manager and 'envType' 280 name to be used with the virtual env manager and 'envType'

eric ide

mercurial