Module implementing a dialog starting a process and showing its output.
HgDialog | Module implementing a dialog as the Mercurial UI. |
HgDummyDialog | Module implementing a dummy dialog as the Mercurial UI. |
None |
Module implementing a dialog as the Mercurial UI.
HgDialog | Constructor |
debug | Public method to output a debug message. |
edit | Public method to enter some text. |
finish | Public slot called when the function is finished. |
keyPressEvent | Protected slot to handle a key press event. |
note | Public method to output a note. |
passwordMode | Private slot to handle the password checkbox toggled. |
prompt | Public method to prompt the user for some input. |
returnPressed | Private slot to handle the press of the return key in the input field. |
sendInput | Private slot to send the input to mercurial. |
status | Public method to output a status message. |
warn | Public method to output a warning message. |
write | Public method to write something to the output of the dialog. |
write_err | Public method to write something to the errors output of the dialog. |
Constructor
Public method to output a debug message.
Public method to enter some text.
Public slot called when the function is finished.
Protected slot to handle a key press event.
Public method to output a note.
Private slot to handle the password checkbox toggled.
Public method to prompt the user for some input.
Private slot to handle the press of the return key in the input field.
Private slot to send the input to mercurial.
Public method to output a status message.
Public method to output a warning message.
Public method to write something to the output of the dialog.
Public method to write something to the errors output of the dialog.
Module implementing a dummy dialog as the Mercurial UI.
HgDummyDialog | Constructor |
debug | Public method to output a debug message. |
edit | Public method to enter some text. |
note | Public method to output a note. |
prompt | Public method to prompt the user for some input. |
status | Public method to output a status message. |
warn | Public method to output a warning message. |
write | Public method to write something to the output of the dialog. |
write_err | Public method to write something to the errors output of the dialog. |
Constructor
Public method to output a debug message.
Public method to enter some text.
Public method to output a note.
Public method to prompt the user for some input.
Public method to output a status message.
Public method to output a warning message.
Public method to write something to the output of the dialog.
Public method to write something to the errors output of the dialog.