Module implementing a dialog to list installed packages.
None |
PipListDialog | Class implementing a dialog to list installed packages. |
None |
Class implementing a dialog to list installed packages.
CommandArguments |
ShowProcessClassifiersMode |
ShowProcessEntryPointsMode |
ShowProcessFilesListMode |
ShowProcessGeneralMode |
None |
PipListDialog | Constructor |
__executeUpgradePackages | Private method to execute the pip upgrade command. |
__finish | Private slot called when the process finished or the user pressed the cancel button. |
__procFinished | Private slot connected to the finished signal. |
__processOutput | Private method to process the captured output. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__refresh | Private slot to refresh the displayed list. |
__stopProcess | Private slot to stop the running process. |
__uninstallPackages | Private slot to uninstall the selected packages. |
__upgradeAllPackages | Private slot to upgrade all listed packages. |
__upgradePackages | Private slot to upgrade the selected packages. |
__upgradePip | Private slot to upgrade pip itself. |
closeEvent | Protected slot implementing a close event handler. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_installedFilesCheckBox_clicked | Private slot to handle a change of the installed files information checkbox. |
on_localCheckBox_clicked | Private slot handling the switching of the local mode. |
on_notRequiredCheckBox_clicked | Private slot handling the switching of the 'not required' mode. |
on_packageList_itemSelectionChanged | Private slot handling the selection of a package. |
on_pipComboBox_activated | Private slot handling the selection of a pip executable. |
on_verboseCheckBox_clicked | Private slot to handle a change of the verbose package information checkbox. |
start | Public method to start the command. |
None |
Constructor
Private method to execute the pip upgrade command.
Private slot called when the process finished or the user pressed the cancel button.
Private slot connected to the finished signal.
Private method to process the captured output.
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 slot to refresh the displayed list.
Private slot to stop the running process.
Private slot to uninstall the selected packages.
Private slot to upgrade all listed packages.
Private slot to upgrade the selected packages.
Private slot to upgrade pip itself.
Protected slot implementing a close event handler.
Private slot called by a button of the button box clicked.
Private slot to handle a change of the installed files information checkbox.
Private slot handling the switching of the local mode.
Private slot handling the switching of the 'not required' mode.
Private slot handling the selection of a package.
Private slot handling the selection of a pip executable.
Private slot to handle a change of the verbose package information checkbox.
Public method to start the command.