Module implementing a dialog to show the commit message of the current patch.
None |
HgQueuesHeaderDialog | Class implementing a dialog to show the commit message of the current patch. |
None |
Class implementing a dialog to show the commit message of the current patch.
None |
None |
HgQueuesHeaderDialog | Constructor |
__finish | Private slot called when the process finished or the user pressed the button. |
__procFinished | Private slot connected to the finished signal. |
__readStderr | Private slot to handle the readyReadStderr signal. |
__readStdout | Private slot to handle the readyReadStdout signal. |
__showError | Private slot to show some error. |
__showOutput | Private slot to show some output. |
closeEvent | Protected slot implementing a close event handler. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
start | Public slot to start the list command. |
None |
Constructor
Private slot called when the process finished or the user pressed the button.
Private slot connected to the finished signal.
Private slot to handle the readyReadStderr signal.
It reads the error output of the process and inserts it into the error pane.
Private slot to handle the readyReadStdout signal.
It reads the output of the process, formats it and inserts it into the contents pane.
Private slot to show some error.
Private slot to show some output.
Protected slot implementing a close event handler.
Private slot called by a button of the button box clicked.
Public slot to start the list command.