Module implementing a dialog starting a process and showing its output.
None |
HgDialog | Class implementing a dialog starting a process and showing its output. |
None |
Class implementing a dialog starting a process and showing its output.
It starts a QProcess and displays a dialog that shows the output of the process. The dialog is modal, which causes a synchronized execution of the process.
None |
None |
HgDialog | Constructor |
__finish | Private slot called when the process finished or the user pressed the button. |
__getInput | Private method to get some input from the user. |
__showError | Private slot to show some error. |
__showOutput | Private slot to show some output. |
hasAddOrDelete | Public method to check, if the last action contained an add or delete. |
normalExit | Public method to check for a normal process termination. |
normalExitWithoutErrors | Public method to check for a normal process termination without error messages. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
startProcess | Public slot used to start the process. |
None |
Constructor
Private slot called when the process finished or the user pressed the button.
Private method to get some input from the user.
Private slot to show some error.
Private slot to show some output.
Public method to check, if the last action contained an add or delete.
Public method to check for a normal process termination.
Public method to check for a normal process termination without error messages.
Private slot called by a button of the button box clicked.
Public slot used to start the process.