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> |
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' |