154 It is called when the process finished or |
154 It is called when the process finished or |
155 the user pressed the button. |
155 the user pressed the button. |
156 </p> |
156 </p> |
157 <dl> |
157 <dl> |
158 |
158 |
159 <dt><i>exitCode</i></dt> |
159 <dt><i>exitCode</i> (int)</dt> |
160 <dd> |
160 <dd> |
161 exit code of the process (integer) |
161 exit code of the process |
162 </dd> |
162 </dd> |
163 <dt><i>exitStatus</i></dt> |
163 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
164 <dd> |
164 <dd> |
165 exit status of the process (QProcess.ExitStatus) |
165 exit status of the process |
166 </dd> |
166 </dd> |
167 <dt><i>giveUp</i></dt> |
167 <dt><i>giveUp</i> (bool)</dt> |
168 <dd> |
168 <dd> |
169 flag indicating to not start another attempt (boolean) |
169 flag indicating to not start another attempt |
170 </dd> |
170 </dd> |
171 </dl> |
171 </dl> |
172 <a NAME="VirtualenvUpgradeExecDialog.__logError" ID="VirtualenvUpgradeExecDialog.__logError"></a> |
172 <a NAME="VirtualenvUpgradeExecDialog.__logError" ID="VirtualenvUpgradeExecDialog.__logError"></a> |
173 <h4>VirtualenvUpgradeExecDialog.__logError</h4> |
173 <h4>VirtualenvUpgradeExecDialog.__logError</h4> |
174 <b>__logError</b>(<i>s</i>) |
174 <b>__logError</b>(<i>s</i>) |
176 <p> |
176 <p> |
177 Private method to log an error. |
177 Private method to log an error. |
178 </p> |
178 </p> |
179 <dl> |
179 <dl> |
180 |
180 |
181 <dt><i>s</i></dt> |
181 <dt><i>s</i> (str)</dt> |
182 <dd> |
182 <dd> |
183 error string to log (string) |
183 error string to log |
184 </dd> |
184 </dd> |
185 </dl> |
185 </dl> |
186 <a NAME="VirtualenvUpgradeExecDialog.__logOutput" ID="VirtualenvUpgradeExecDialog.__logOutput"></a> |
186 <a NAME="VirtualenvUpgradeExecDialog.__logOutput" ID="VirtualenvUpgradeExecDialog.__logOutput"></a> |
187 <h4>VirtualenvUpgradeExecDialog.__logOutput</h4> |
187 <h4>VirtualenvUpgradeExecDialog.__logOutput</h4> |
188 <b>__logOutput</b>(<i>s</i>) |
188 <b>__logOutput</b>(<i>s</i>) |
190 <p> |
190 <p> |
191 Private method to log some output. |
191 Private method to log some output. |
192 </p> |
192 </p> |
193 <dl> |
193 <dl> |
194 |
194 |
195 <dt><i>s</i></dt> |
195 <dt><i>s</i> (str)</dt> |
196 <dd> |
196 <dd> |
197 output string to log (string) |
197 output string to log |
198 </dd> |
198 </dd> |
199 </dl> |
199 </dl> |
200 <a NAME="VirtualenvUpgradeExecDialog.__nextAttempt" ID="VirtualenvUpgradeExecDialog.__nextAttempt"></a> |
200 <a NAME="VirtualenvUpgradeExecDialog.__nextAttempt" ID="VirtualenvUpgradeExecDialog.__nextAttempt"></a> |
201 <h4>VirtualenvUpgradeExecDialog.__nextAttempt</h4> |
201 <h4>VirtualenvUpgradeExecDialog.__nextAttempt</h4> |
202 <b>__nextAttempt</b>(<i></i>) |
202 <b>__nextAttempt</b>(<i></i>) |
240 <p> |
240 <p> |
241 Private slot called by a button of the button box clicked. |
241 Private slot called by a button of the button box clicked. |
242 </p> |
242 </p> |
243 <dl> |
243 <dl> |
244 |
244 |
245 <dt><i>button</i></dt> |
245 <dt><i>button</i> (QAbstractButton)</dt> |
246 <dd> |
246 <dd> |
247 button that was clicked (QAbstractButton) |
247 button that was clicked |
248 </dd> |
248 </dd> |
249 </dl> |
249 </dl> |
250 <a NAME="VirtualenvUpgradeExecDialog.start" ID="VirtualenvUpgradeExecDialog.start"></a> |
250 <a NAME="VirtualenvUpgradeExecDialog.start" ID="VirtualenvUpgradeExecDialog.start"></a> |
251 <h4>VirtualenvUpgradeExecDialog.start</h4> |
251 <h4>VirtualenvUpgradeExecDialog.start</h4> |
252 <b>start</b>(<i>arguments</i>) |
252 <b>start</b>(<i>arguments</i>) |