142 <p> |
142 <p> |
143 It is called when the process finished or the user pressed the button. |
143 It is called when the process finished or the user pressed the button. |
144 </p> |
144 </p> |
145 <dl> |
145 <dl> |
146 |
146 |
147 <dt><i>exitCode</i></dt> |
147 <dt><i>exitCode</i> (int)</dt> |
148 <dd> |
148 <dd> |
149 exit code of the process (integer) |
149 exit code of the process |
150 </dd> |
150 </dd> |
151 <dt><i>exitStatus</i></dt> |
151 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
152 <dd> |
152 <dd> |
153 exit status of the process (QProcess.ExitStatus) |
153 exit status of the process |
154 </dd> |
154 </dd> |
155 <dt><i>giveUp</i></dt> |
155 <dt><i>giveUp</i> (bool)</dt> |
156 <dd> |
156 <dd> |
157 flag indicating to not start another attempt (boolean) |
157 flag indicating to not start another attempt |
158 </dd> |
158 </dd> |
159 </dl> |
159 </dl> |
160 <a NAME="VirtualenvExecDialog.__logError" ID="VirtualenvExecDialog.__logError"></a> |
160 <a NAME="VirtualenvExecDialog.__logError" ID="VirtualenvExecDialog.__logError"></a> |
161 <h4>VirtualenvExecDialog.__logError</h4> |
161 <h4>VirtualenvExecDialog.__logError</h4> |
162 <b>__logError</b>(<i>s</i>) |
162 <b>__logError</b>(<i>s</i>) |
164 <p> |
164 <p> |
165 Private method to log an error. |
165 Private method to log an error. |
166 </p> |
166 </p> |
167 <dl> |
167 <dl> |
168 |
168 |
169 <dt><i>s</i></dt> |
169 <dt><i>s</i> (str)</dt> |
170 <dd> |
170 <dd> |
171 error string to log (string) |
171 error string to log |
172 </dd> |
172 </dd> |
173 </dl> |
173 </dl> |
174 <a NAME="VirtualenvExecDialog.__logOutput" ID="VirtualenvExecDialog.__logOutput"></a> |
174 <a NAME="VirtualenvExecDialog.__logOutput" ID="VirtualenvExecDialog.__logOutput"></a> |
175 <h4>VirtualenvExecDialog.__logOutput</h4> |
175 <h4>VirtualenvExecDialog.__logOutput</h4> |
176 <b>__logOutput</b>(<i>s</i>) |
176 <b>__logOutput</b>(<i>s</i>) |
178 <p> |
178 <p> |
179 Private method to log some output. |
179 Private method to log some output. |
180 </p> |
180 </p> |
181 <dl> |
181 <dl> |
182 |
182 |
183 <dt><i>s</i></dt> |
183 <dt><i>s</i> (str)</dt> |
184 <dd> |
184 <dd> |
185 output string to log (string) |
185 output string to log |
186 </dd> |
186 </dd> |
187 </dl> |
187 </dl> |
188 <a NAME="VirtualenvExecDialog.__nextAttempt" ID="VirtualenvExecDialog.__nextAttempt"></a> |
188 <a NAME="VirtualenvExecDialog.__nextAttempt" ID="VirtualenvExecDialog.__nextAttempt"></a> |
189 <h4>VirtualenvExecDialog.__nextAttempt</h4> |
189 <h4>VirtualenvExecDialog.__nextAttempt</h4> |
190 <b>__nextAttempt</b>(<i></i>) |
190 <b>__nextAttempt</b>(<i></i>) |
235 <p> |
235 <p> |
236 Private slot called by a button of the button box clicked. |
236 Private slot called by a button of the button box clicked. |
237 </p> |
237 </p> |
238 <dl> |
238 <dl> |
239 |
239 |
240 <dt><i>button</i></dt> |
240 <dt><i>button</i> (QAbstractButton)</dt> |
241 <dd> |
241 <dd> |
242 button that was clicked (QAbstractButton) |
242 button that was clicked |
243 </dd> |
243 </dd> |
244 </dl> |
244 </dl> |
245 <a NAME="VirtualenvExecDialog.start" ID="VirtualenvExecDialog.start"></a> |
245 <a NAME="VirtualenvExecDialog.start" ID="VirtualenvExecDialog.start"></a> |
246 <h4>VirtualenvExecDialog.start</h4> |
246 <h4>VirtualenvExecDialog.start</h4> |
247 <b>start</b>(<i>arguments</i>) |
247 <b>start</b>(<i>arguments</i>) |