219 <b>on_sendButton_clicked</b>(<i></i>) |
219 <b>on_sendButton_clicked</b>(<i></i>) |
220 <p> |
220 <p> |
221 Private slot to send the input to the subversion process. |
221 Private slot to send the input to the subversion process. |
222 </p><a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> |
222 </p><a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> |
223 <h4>HgDialog.startProcess</h4> |
223 <h4>HgDialog.startProcess</h4> |
224 <b>startProcess</b>(<i>args, workingDir = None</i>) |
224 <b>startProcess</b>(<i>args, workingDir = None, showArgs = True</i>) |
225 <p> |
225 <p> |
226 Public slot used to start the process. |
226 Public slot used to start the process. |
227 </p><dl> |
227 </p><dl> |
228 <dt><i>args</i></dt> |
228 <dt><i>args</i></dt> |
229 <dd> |
229 <dd> |
230 list of arguments for the process (list of strings) |
230 list of arguments for the process (list of strings) |
231 </dd><dt><i>workingDir</i></dt> |
231 </dd><dt><i>workingDir=</i></dt> |
232 <dd> |
232 <dd> |
233 working directory for the process (string) |
233 working directory for the process (string) |
|
234 </dd><dt><i>showArgs=</i></dt> |
|
235 <dd> |
|
236 flag indicating to show the arguments (boolean) |
234 </dd> |
237 </dd> |
235 </dl><dl> |
238 </dl><dl> |
236 <dt>Returns:</dt> |
239 <dt>Returns:</dt> |
237 <dd> |
240 <dd> |
238 flag indicating a successful start of the process |
241 flag indicating a successful start of the process |