Module implementing a dialog showing the output of a pip command.
None |
PipDialog | Class implementing a dialog showing the output of a 'python -m pip' command. |
None |
Class implementing a dialog showing the output of a 'python -m pip' command.
None |
None |
PipDialog | Constructor |
__addOutput | Private method to add some text to the output pane. |
__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 readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
closeEvent | Protected slot implementing a close event handler. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
startProcess | Public slot used to start the process. |
startProcesses | Public method to issue a list of commands to be executed. |
None |
Constructor
Private method to add some text to the output pane.
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 readyReadStandardError signal.
It reads the error output of the process and inserts it into the error pane.
Private slot to handle the readyReadStandardOutput signal.
It reads the output of the process, formats it and inserts it into the contents pane.
Protected slot implementing a close event handler.
Private slot called by a button of the button box clicked.
Public slot used to start the process.
Public method to issue a list of commands to be executed.