Module implementing the virtualenv upgrade execution dialog.
None |
VirtualenvUpgradeExecDialog | Class implementing the virtualenv upgrade execution dialog. |
None |
Class implementing the virtualenv upgrade execution dialog.
None |
None |
VirtualenvUpgradeExecDialog | Constructor |
__changeVirtualEnvironmentInterpreter | Private method to change the interpreter of the upgraded virtual environment. |
__finish | Private slot called when the process finished. |
__logError | Private method to log an error. |
__logOutput | Private method to log some output. |
__nextAttempt | Private method to start another attempt. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__writeLogFile | Private method to write a log file to the virtualenv directory. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
start | Public slot to start the virtualenv command. |
None |
Constructor
Private method to change the interpreter of the upgraded virtual environment.
Private slot called when the process finished.
It is called when the process finished or the user pressed the button.
Private method to log an error.
Private method to log some output.
Private method to start another attempt.
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.
Private method to write a log file to the virtualenv directory.
Private slot called by a button of the button box clicked.
Public slot to start the virtualenv command.