213 <b>on_sendButton_clicked</b>(<i></i>) |
213 <b>on_sendButton_clicked</b>(<i></i>) |
214 <p> |
214 <p> |
215 Private slot to send the input to the subversion process. |
215 Private slot to send the input to the subversion process. |
216 </p><a NAME="SvnDialog.startProcess" ID="SvnDialog.startProcess"></a> |
216 </p><a NAME="SvnDialog.startProcess" ID="SvnDialog.startProcess"></a> |
217 <h4>SvnDialog.startProcess</h4> |
217 <h4>SvnDialog.startProcess</h4> |
218 <b>startProcess</b>(<i>args, workingDir=None</i>) |
218 <b>startProcess</b>(<i>args, workingDir=None, setLanguage=False</i>) |
219 <p> |
219 <p> |
220 Public slot used to start the process. |
220 Public slot used to start the process. |
221 </p><dl> |
221 </p><dl> |
222 <dt><i>args</i></dt> |
222 <dt><i>args</i></dt> |
223 <dd> |
223 <dd> |
224 list of arguments for the process (list of strings) |
224 list of arguments for the process (list of strings) |
225 </dd><dt><i>workingDir</i></dt> |
225 </dd><dt><i>workingDir</i></dt> |
226 <dd> |
226 <dd> |
227 working directory for the process (string) |
227 working directory for the process (string) |
|
228 </dd><dt><i>setLanguage</i></dt> |
|
229 <dd> |
|
230 flag indicating to set the language to "C" (boolean) |
228 </dd> |
231 </dd> |
229 </dl><dl> |
232 </dl><dl> |
230 <dt>Returns:</dt> |
233 <dt>Returns:</dt> |
231 <dd> |
234 <dd> |
232 flag indicating a successful start of the process |
235 flag indicating a successful start of the process |