131 </dd> |
131 </dd> |
132 </dl><a NAME="DjangoDialog.__finish" ID="DjangoDialog.__finish"></a> |
132 </dl><a NAME="DjangoDialog.__finish" ID="DjangoDialog.__finish"></a> |
133 <h4>DjangoDialog.__finish</h4> |
133 <h4>DjangoDialog.__finish</h4> |
134 <b>__finish</b>(<i></i>) |
134 <b>__finish</b>(<i></i>) |
135 <p> |
135 <p> |
136 Private slot called when the process finished or the user pressed the button. |
136 Private slot called when the process finished or the user pressed the |
|
137 button. |
137 </p><a NAME="DjangoDialog.__procFinished" ID="DjangoDialog.__procFinished"></a> |
138 </p><a NAME="DjangoDialog.__procFinished" ID="DjangoDialog.__procFinished"></a> |
138 <h4>DjangoDialog.__procFinished</h4> |
139 <h4>DjangoDialog.__procFinished</h4> |
139 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
140 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
140 <p> |
141 <p> |
141 Private slot connected to the finished signal. |
142 Private slot connected to the finished signal. |
212 </dd><dt><i>workingDir</i></dt> |
213 </dd><dt><i>workingDir</i></dt> |
213 <dd> |
214 <dd> |
214 working directory for the process (string) |
215 working directory for the process (string) |
215 </dd><dt><i>mergedOutput</i></dt> |
216 </dd><dt><i>mergedOutput</i></dt> |
216 <dd> |
217 <dd> |
217 flag indicating to merge the output of the process (boolean) |
218 flag indicating to merge the output of the process |
|
219 (boolean) |
218 </dd> |
220 </dd> |
219 </dl><dl> |
221 </dl><dl> |
220 <dt>Returns:</dt> |
222 <dt>Returns:</dt> |
221 <dd> |
223 <dd> |
222 flag indicating a successful start of the first process (boolean) |
224 flag indicating a successful start of the first process |
|
225 (boolean) |
223 </dd> |
226 </dd> |
224 </dl><a NAME="DjangoDialog.startProcess" ID="DjangoDialog.startProcess"></a> |
227 </dl><a NAME="DjangoDialog.startProcess" ID="DjangoDialog.startProcess"></a> |
225 <h4>DjangoDialog.startProcess</h4> |
228 <h4>DjangoDialog.startProcess</h4> |
226 <b>startProcess</b>(<i>args, workingDir=None, showCommand=True, mergedOutput=False</i>) |
229 <b>startProcess</b>(<i>args, workingDir=None, showCommand=True, mergedOutput=False</i>) |
227 <p> |
230 <p> |
233 </dd><dt><i>workingDir</i></dt> |
236 </dd><dt><i>workingDir</i></dt> |
234 <dd> |
237 <dd> |
235 working directory for the process (string) |
238 working directory for the process (string) |
236 </dd><dt><i>showCommand</i></dt> |
239 </dd><dt><i>showCommand</i></dt> |
237 <dd> |
240 <dd> |
238 flag indicating to show the command executed (boolean) |
241 flag indicating to show the command executed |
|
242 (boolean) |
239 </dd><dt><i>mergedOutput</i></dt> |
243 </dd><dt><i>mergedOutput</i></dt> |
240 <dd> |
244 <dd> |
241 flag indicating to merge the output of the process (boolean) |
245 flag indicating to merge the output of the process |
|
246 (boolean) |
242 </dd> |
247 </dd> |
243 </dl><dl> |
248 </dl><dl> |
244 <dt>Returns:</dt> |
249 <dt>Returns:</dt> |
245 <dd> |
250 <dd> |
246 flag indicating a successful start of the process (boolean) |
251 flag indicating a successful start of the process (boolean) |