src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvAddEditDialog.html

branch
eric7
changeset 10784
521fd465b048
parent 10479
856476537696
child 11231
c7240fb719c7
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
66 <tr> 66 <tr>
67 <td><a href="#VirtualenvAddEditDialog.getMetaData">getMetaData</a></td> 67 <td><a href="#VirtualenvAddEditDialog.getMetaData">getMetaData</a></td>
68 <td>Public method to retrieve the entered metadata.</td> 68 <td>Public method to retrieve the entered metadata.</td>
69 </tr> 69 </tr>
70 <tr> 70 <tr>
71 <td><a href="#VirtualenvAddEditDialog.on_anacondaCheckBox_clicked">on_anacondaCheckBox_clicked</a></td> 71 <td><a href="#VirtualenvAddEditDialog.on_anacondaRadioButton_clicked">on_anacondaRadioButton_clicked</a></td>
72 <td>Private slot handling a user click on this check box.</td> 72 <td>Private slot handling a user click on this radio button.</td>
73 </tr> 73 </tr>
74 <tr> 74 <tr>
75 <td><a href="#VirtualenvAddEditDialog.on_globalCheckBox_toggled">on_globalCheckBox_toggled</a></td> 75 <td><a href="#VirtualenvAddEditDialog.on_globalCheckBox_toggled">on_globalCheckBox_toggled</a></td>
76 <td>Private slot handling a change of the global check box state.</td> 76 <td>Private slot handling a change of the global check box state.</td>
77 </tr> 77 </tr>
82 <tr> 82 <tr>
83 <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> 83 <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td>
84 <td>Private slot to handle changes of the virtual environment interpreter.</td> 84 <td>Private slot to handle changes of the virtual environment interpreter.</td>
85 </tr> 85 </tr>
86 <tr> 86 <tr>
87 <td><a href="#VirtualenvAddEditDialog.on_remoteCheckBox_toggled">on_remoteCheckBox_toggled</a></td> 87 <td><a href="#VirtualenvAddEditDialog.on_remoteRadioButton_toggled">on_remoteRadioButton_toggled</a></td>
88 <td>Private slot handling a change of the remote check box state.</td> 88 <td>Private slot handling a change of the remote radio button state.</td>
89 </tr>
90 <tr>
91 <td><a href="#VirtualenvAddEditDialog.on_serverRadioButton_toggled">on_serverRadioButton_toggled</a></td>
92 <td>Private slot handling a change of the eric-ide server radio button state.</td>
89 </tr> 93 </tr>
90 <tr> 94 <tr>
91 <td><a href="#VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td> 95 <td><a href="#VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td>
92 <td>Private slot to handle changes of the virtual environment directory.</td> 96 <td>Private slot to handle changes of the virtual environment directory.</td>
93 </tr> 97 </tr>
177 <dt>Return Type:</dt> 181 <dt>Return Type:</dt>
178 <dd> 182 <dd>
179 VirtualenvMetaData 183 VirtualenvMetaData
180 </dd> 184 </dd>
181 </dl> 185 </dl>
182 <a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a> 186 <a NAME="VirtualenvAddEditDialog.on_anacondaRadioButton_clicked" ID="VirtualenvAddEditDialog.on_anacondaRadioButton_clicked"></a>
183 <h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4> 187 <h4>VirtualenvAddEditDialog.on_anacondaRadioButton_clicked</h4>
184 <b>on_anacondaCheckBox_clicked</b>(<i>checked</i>) 188 <b>on_anacondaRadioButton_clicked</b>(<i>checked</i>)
185 <p> 189 <p>
186 Private slot handling a user click on this check box. 190 Private slot handling a user click on this radio button.
187 </p> 191 </p>
188 192
189 <dl> 193 <dl>
190 194
191 <dt><i>checked</i> (bool)</dt> 195 <dt><i>checked</i> (bool)</dt>
192 <dd> 196 <dd>
193 state of the check box 197 state of the radio button
194 </dd> 198 </dd>
195 </dl> 199 </dl>
196 <a NAME="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ID="VirtualenvAddEditDialog.on_globalCheckBox_toggled"></a> 200 <a NAME="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ID="VirtualenvAddEditDialog.on_globalCheckBox_toggled"></a>
197 <h4>VirtualenvAddEditDialog.on_globalCheckBox_toggled</h4> 201 <h4>VirtualenvAddEditDialog.on_globalCheckBox_toggled</h4>
198 <b>on_globalCheckBox_toggled</b>(<i>checked</i>) 202 <b>on_globalCheckBox_toggled</b>(<i>checked</i>)
233 <dt><i>txt</i> (str)</dt> 237 <dt><i>txt</i> (str)</dt>
234 <dd> 238 <dd>
235 virtual environment interpreter 239 virtual environment interpreter
236 </dd> 240 </dd>
237 </dl> 241 </dl>
238 <a NAME="VirtualenvAddEditDialog.on_remoteCheckBox_toggled" ID="VirtualenvAddEditDialog.on_remoteCheckBox_toggled"></a> 242 <a NAME="VirtualenvAddEditDialog.on_remoteRadioButton_toggled" ID="VirtualenvAddEditDialog.on_remoteRadioButton_toggled"></a>
239 <h4>VirtualenvAddEditDialog.on_remoteCheckBox_toggled</h4> 243 <h4>VirtualenvAddEditDialog.on_remoteRadioButton_toggled</h4>
240 <b>on_remoteCheckBox_toggled</b>(<i>checked</i>) 244 <b>on_remoteRadioButton_toggled</b>(<i>checked</i>)
241 <p> 245 <p>
242 Private slot handling a change of the remote check box state. 246 Private slot handling a change of the remote radio button state.
243 </p> 247 </p>
244 248
245 <dl> 249 <dl>
246 250
247 <dt><i>checked</i> (bool)</dt> 251 <dt><i>checked</i> (bool)</dt>
248 <dd> 252 <dd>
249 state of the check box 253 state of the radio button
254 </dd>
255 </dl>
256 <a NAME="VirtualenvAddEditDialog.on_serverRadioButton_toggled" ID="VirtualenvAddEditDialog.on_serverRadioButton_toggled"></a>
257 <h4>VirtualenvAddEditDialog.on_serverRadioButton_toggled</h4>
258 <b>on_serverRadioButton_toggled</b>(<i>checked</i>)
259 <p>
260 Private slot handling a change of the eric-ide server radio button state.
261 </p>
262
263 <dl>
264
265 <dt><i>checked</i> (bool)</dt>
266 <dd>
267 state of the radio button
250 </dd> 268 </dd>
251 </dl> 269 </dl>
252 <a NAME="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged"></a> 270 <a NAME="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged"></a>
253 <h4>VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged</h4> 271 <h4>VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged</h4>
254 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>) 272 <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>)

eric ide

mercurial