64 <td>Private slot to update the state of the OK button.</td> |
64 <td>Private slot to update the state of the OK button.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#VirtualenvAddEditDialog.getData">getData</a></td> |
66 <td><a href="#VirtualenvAddEditDialog.getData">getData</a></td> |
67 <td>Public method to retrieve the entered data.</td> |
67 <td>Public method to retrieve the entered data.</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#VirtualenvAddEditDialog.on_globalCheckBox_toggled">on_globalCheckBox_toggled</a></td> |
|
70 <td>Private slot handling a change of the global check box state.</td> |
|
71 </tr><tr> |
69 <td><a href="#VirtualenvAddEditDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> |
72 <td><a href="#VirtualenvAddEditDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> |
70 <td>Private slot to handle changes of the logical name.</td> |
73 <td>Private slot to handle changes of the logical name.</td> |
71 </tr><tr> |
74 </tr><tr> |
72 <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> |
75 <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> |
73 <td>Private slot to handle changes of the virtual environment interpreter.</td> |
76 <td>Private slot to handle changes of the virtual environment interpreter.</td> |
121 </dl><dl> |
124 </dl><dl> |
122 <dt>Return Type:</dt> |
125 <dt>Return Type:</dt> |
123 <dd> |
126 <dd> |
124 tuple of (str, str, str) |
127 tuple of (str, str, str) |
125 </dd> |
128 </dd> |
|
129 </dl><a NAME="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ID="VirtualenvAddEditDialog.on_globalCheckBox_toggled"></a> |
|
130 <h4>VirtualenvAddEditDialog.on_globalCheckBox_toggled</h4> |
|
131 <b>on_globalCheckBox_toggled</b>(<i>checked</i>) |
|
132 <p> |
|
133 Private slot handling a change of the global check box state. |
|
134 </p><dl> |
|
135 <dt><i>checked</i> (bool)</dt> |
|
136 <dd> |
|
137 state of the check box |
|
138 </dd> |
126 </dl><a NAME="VirtualenvAddEditDialog.on_nameEdit_textChanged" ID="VirtualenvAddEditDialog.on_nameEdit_textChanged"></a> |
139 </dl><a NAME="VirtualenvAddEditDialog.on_nameEdit_textChanged" ID="VirtualenvAddEditDialog.on_nameEdit_textChanged"></a> |
127 <h4>VirtualenvAddEditDialog.on_nameEdit_textChanged</h4> |
140 <h4>VirtualenvAddEditDialog.on_nameEdit_textChanged</h4> |
128 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
141 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
129 <p> |
142 <p> |
130 Private slot to handle changes of the logical name. |
143 Private slot to handle changes of the logical name. |