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

branch
eric7
changeset 10433
328f3ec4b77a
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10432:2fe91fe443dd 10433:328f3ec4b77a
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>)
254 <p> 254 <p>
255 Public slot to start the virtualenv command. 255 Public slot to start the virtualenv command.
256 </p> 256 </p>
257 <dl> 257 <dl>
258 258
259 <dt><i>arguments</i></dt> 259 <dt><i>arguments</i> (list of str)</dt>
260 <dd> 260 <dd>
261 commandline arguments for virtualenv/pyvenv program 261 commandline arguments for virtualenv/pyvenv program
262 (list of strings)
263 </dd> 262 </dd>
264 </dl> 263 </dl>
265 <div align="right"><a href="#top">Up</a></div> 264 <div align="right"><a href="#top">Up</a></div>
266 <hr /> 265 <hr />
267 </body></html> 266 </body></html>

eric ide

mercurial