137 <p> |
137 <p> |
138 Constructor |
138 Constructor |
139 </p> |
139 </p> |
140 <dl> |
140 <dl> |
141 |
141 |
142 <dt><i>text</i></dt> |
142 <dt><i>text</i> (str)</dt> |
143 <dd> |
143 <dd> |
144 text to be shown by the label (string) |
144 text to be shown by the label |
145 </dd> |
145 </dd> |
146 <dt><i>git</i></dt> |
146 <dt><i>git</i> (Git)</dt> |
147 <dd> |
147 <dd> |
148 reference to the Git interface object (Git) |
148 reference to the Git interface object |
149 </dd> |
149 </dd> |
150 <dt><i>parent</i></dt> |
150 <dt><i>parent</i> (QWidget)</dt> |
151 <dd> |
151 <dd> |
152 parent widget (QWidget) |
152 parent widget |
153 </dd> |
153 </dd> |
154 </dl> |
154 </dl> |
155 <a NAME="GitDialog.__finish" ID="GitDialog.__finish"></a> |
155 <a NAME="GitDialog.__finish" ID="GitDialog.__finish"></a> |
156 <h4>GitDialog.__finish</h4> |
156 <h4>GitDialog.__finish</h4> |
157 <b>__finish</b>(<i></i>) |
157 <b>__finish</b>(<i></i>) |
167 <p> |
167 <p> |
168 Private slot connected to the finished signal. |
168 Private slot connected to the finished signal. |
169 </p> |
169 </p> |
170 <dl> |
170 <dl> |
171 |
171 |
172 <dt><i>exitCode</i></dt> |
172 <dt><i>exitCode</i> (int)</dt> |
173 <dd> |
173 <dd> |
174 exit code of the process (integer) |
174 exit code of the process |
175 </dd> |
175 </dd> |
176 <dt><i>exitStatus</i></dt> |
176 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
177 <dd> |
177 <dd> |
178 exit status of the process (QProcess.ExitStatus) |
178 exit status of the process |
179 </dd> |
179 </dd> |
180 </dl> |
180 </dl> |
181 <a NAME="GitDialog.__readStderr" ID="GitDialog.__readStderr"></a> |
181 <a NAME="GitDialog.__readStderr" ID="GitDialog.__readStderr"></a> |
182 <h4>GitDialog.__readStderr</h4> |
182 <h4>GitDialog.__readStderr</h4> |
183 <b>__readStderr</b>(<i></i>) |
183 <b>__readStderr</b>(<i></i>) |
207 <p> |
207 <p> |
208 Private slot to show some error. |
208 Private slot to show some error. |
209 </p> |
209 </p> |
210 <dl> |
210 <dl> |
211 |
211 |
212 <dt><i>out</i></dt> |
212 <dt><i>out</i> (str)</dt> |
213 <dd> |
213 <dd> |
214 error to be shown (string) |
214 error to be shown |
215 </dd> |
215 </dd> |
216 </dl> |
216 </dl> |
217 <a NAME="GitDialog.__showOutput" ID="GitDialog.__showOutput"></a> |
217 <a NAME="GitDialog.__showOutput" ID="GitDialog.__showOutput"></a> |
218 <h4>GitDialog.__showOutput</h4> |
218 <h4>GitDialog.__showOutput</h4> |
219 <b>__showOutput</b>(<i>out</i>) |
219 <b>__showOutput</b>(<i>out</i>) |
221 <p> |
221 <p> |
222 Private slot to show some output. |
222 Private slot to show some output. |
223 </p> |
223 </p> |
224 <dl> |
224 <dl> |
225 |
225 |
226 <dt><i>out</i></dt> |
226 <dt><i>out</i> (str)</dt> |
227 <dd> |
227 <dd> |
228 output to be shown (string) |
228 output to be shown |
229 </dd> |
229 </dd> |
230 </dl> |
230 </dl> |
231 <a NAME="GitDialog.hasAddOrDelete" ID="GitDialog.hasAddOrDelete"></a> |
231 <a NAME="GitDialog.hasAddOrDelete" ID="GitDialog.hasAddOrDelete"></a> |
232 <h4>GitDialog.hasAddOrDelete</h4> |
232 <h4>GitDialog.hasAddOrDelete</h4> |
233 <b>hasAddOrDelete</b>(<i></i>) |
233 <b>hasAddOrDelete</b>(<i></i>) |
236 Public method to check, if the last action contained an add or delete. |
236 Public method to check, if the last action contained an add or delete. |
237 </p> |
237 </p> |
238 <dl> |
238 <dl> |
239 <dt>Return:</dt> |
239 <dt>Return:</dt> |
240 <dd> |
240 <dd> |
241 flag indicating the presence of an add or delete (boolean) |
241 flag indicating the presence of an add or delete |
|
242 </dd> |
|
243 </dl> |
|
244 <dl> |
|
245 <dt>Return Type:</dt> |
|
246 <dd> |
|
247 bool |
242 </dd> |
248 </dd> |
243 </dl> |
249 </dl> |
244 <a NAME="GitDialog.keyPressEvent" ID="GitDialog.keyPressEvent"></a> |
250 <a NAME="GitDialog.keyPressEvent" ID="GitDialog.keyPressEvent"></a> |
245 <h4>GitDialog.keyPressEvent</h4> |
251 <h4>GitDialog.keyPressEvent</h4> |
246 <b>keyPressEvent</b>(<i>evt</i>) |
252 <b>keyPressEvent</b>(<i>evt</i>) |
248 <p> |
254 <p> |
249 Protected slot to handle a key press event. |
255 Protected slot to handle a key press event. |
250 </p> |
256 </p> |
251 <dl> |
257 <dl> |
252 |
258 |
253 <dt><i>evt</i></dt> |
259 <dt><i>evt</i> (QKeyEvent)</dt> |
254 <dd> |
260 <dd> |
255 the key press event (QKeyEvent) |
261 the key press event |
256 </dd> |
262 </dd> |
257 </dl> |
263 </dl> |
258 <a NAME="GitDialog.normalExit" ID="GitDialog.normalExit"></a> |
264 <a NAME="GitDialog.normalExit" ID="GitDialog.normalExit"></a> |
259 <h4>GitDialog.normalExit</h4> |
265 <h4>GitDialog.normalExit</h4> |
260 <b>normalExit</b>(<i></i>) |
266 <b>normalExit</b>(<i></i>) |
263 Public method to check for a normal process termination. |
269 Public method to check for a normal process termination. |
264 </p> |
270 </p> |
265 <dl> |
271 <dl> |
266 <dt>Return:</dt> |
272 <dt>Return:</dt> |
267 <dd> |
273 <dd> |
268 flag indicating normal process termination (boolean) |
274 flag indicating normal process termination |
|
275 </dd> |
|
276 </dl> |
|
277 <dl> |
|
278 <dt>Return Type:</dt> |
|
279 <dd> |
|
280 bool |
269 </dd> |
281 </dd> |
270 </dl> |
282 </dl> |
271 <a NAME="GitDialog.normalExitWithoutErrors" ID="GitDialog.normalExitWithoutErrors"></a> |
283 <a NAME="GitDialog.normalExitWithoutErrors" ID="GitDialog.normalExitWithoutErrors"></a> |
272 <h4>GitDialog.normalExitWithoutErrors</h4> |
284 <h4>GitDialog.normalExitWithoutErrors</h4> |
273 <b>normalExitWithoutErrors</b>(<i></i>) |
285 <b>normalExitWithoutErrors</b>(<i></i>) |
277 error messages. |
289 error messages. |
278 </p> |
290 </p> |
279 <dl> |
291 <dl> |
280 <dt>Return:</dt> |
292 <dt>Return:</dt> |
281 <dd> |
293 <dd> |
282 flag indicating normal process termination (boolean) |
294 flag indicating normal process termination |
|
295 </dd> |
|
296 </dl> |
|
297 <dl> |
|
298 <dt>Return Type:</dt> |
|
299 <dd> |
|
300 bool |
283 </dd> |
301 </dd> |
284 </dl> |
302 </dl> |
285 <a NAME="GitDialog.on_buttonBox_clicked" ID="GitDialog.on_buttonBox_clicked"></a> |
303 <a NAME="GitDialog.on_buttonBox_clicked" ID="GitDialog.on_buttonBox_clicked"></a> |
286 <h4>GitDialog.on_buttonBox_clicked</h4> |
304 <h4>GitDialog.on_buttonBox_clicked</h4> |
287 <b>on_buttonBox_clicked</b>(<i>button</i>) |
305 <b>on_buttonBox_clicked</b>(<i>button</i>) |
289 <p> |
307 <p> |
290 Private slot called by a button of the button box clicked. |
308 Private slot called by a button of the button box clicked. |
291 </p> |
309 </p> |
292 <dl> |
310 <dl> |
293 |
311 |
294 <dt><i>button</i></dt> |
312 <dt><i>button</i> (QAbstractButton)</dt> |
295 <dd> |
313 <dd> |
296 button that was clicked (QAbstractButton) |
314 button that was clicked |
297 </dd> |
315 </dd> |
298 </dl> |
316 </dl> |
299 <a NAME="GitDialog.on_input_returnPressed" ID="GitDialog.on_input_returnPressed"></a> |
317 <a NAME="GitDialog.on_input_returnPressed" ID="GitDialog.on_input_returnPressed"></a> |
300 <h4>GitDialog.on_input_returnPressed</h4> |
318 <h4>GitDialog.on_input_returnPressed</h4> |
301 <b>on_input_returnPressed</b>(<i></i>) |
319 <b>on_input_returnPressed</b>(<i></i>) |
310 <p> |
328 <p> |
311 Private slot to handle the password checkbox toggled. |
329 Private slot to handle the password checkbox toggled. |
312 </p> |
330 </p> |
313 <dl> |
331 <dl> |
314 |
332 |
315 <dt><i>isOn</i></dt> |
333 <dt><i>isOn</i> (bool)</dt> |
316 <dd> |
334 <dd> |
317 flag indicating the status of the check box (boolean) |
335 flag indicating the status of the check box |
318 </dd> |
336 </dd> |
319 </dl> |
337 </dl> |
320 <a NAME="GitDialog.on_sendButton_clicked" ID="GitDialog.on_sendButton_clicked"></a> |
338 <a NAME="GitDialog.on_sendButton_clicked" ID="GitDialog.on_sendButton_clicked"></a> |
321 <h4>GitDialog.on_sendButton_clicked</h4> |
339 <h4>GitDialog.on_sendButton_clicked</h4> |
322 <b>on_sendButton_clicked</b>(<i></i>) |
340 <b>on_sendButton_clicked</b>(<i></i>) |
331 <p> |
349 <p> |
332 Public slot used to start the process. |
350 Public slot used to start the process. |
333 </p> |
351 </p> |
334 <dl> |
352 <dl> |
335 |
353 |
336 <dt><i>args</i></dt> |
354 <dt><i>args</i> (list of str)</dt> |
337 <dd> |
355 <dd> |
338 list of arguments for the process (list of strings) |
356 list of arguments for the process |
339 </dd> |
357 </dd> |
340 <dt><i>workingDir</i></dt> |
358 <dt><i>workingDir</i> (str)</dt> |
341 <dd> |
359 <dd> |
342 working directory for the process (string) |
360 working directory for the process |
343 </dd> |
361 </dd> |
344 <dt><i>showArgs</i></dt> |
362 <dt><i>showArgs</i> (bool)</dt> |
345 <dd> |
363 <dd> |
346 flag indicating to show the arguments (boolean) |
364 flag indicating to show the arguments |
347 </dd> |
365 </dd> |
348 <dt><i>environment</i></dt> |
366 <dt><i>environment</i> (dict)</dt> |
349 <dd> |
367 <dd> |
350 dictionary of environment settings to add |
368 dictionary of environment settings to add |
351 or change for the git process (dict of string and string) |
369 or change for the git process |
352 </dd> |
370 </dd> |
353 </dl> |
371 </dl> |
354 <dl> |
372 <dl> |
355 <dt>Return:</dt> |
373 <dt>Return:</dt> |
356 <dd> |
374 <dd> |
357 flag indicating a successful start of the process (boolean) |
375 flag indicating a successful start of the process |
|
376 </dd> |
|
377 </dl> |
|
378 <dl> |
|
379 <dt>Return Type:</dt> |
|
380 <dd> |
|
381 bool |
358 </dd> |
382 </dd> |
359 </dl> |
383 </dl> |
360 <div align="right"><a href="#top">Up</a></div> |
384 <div align="right"><a href="#top">Up</a></div> |
361 <hr /> |
385 <hr /> |
362 </body></html> |
386 </body></html> |