eric7.PipInterface.PipPackagesWindow

Module implementing the standalone pip packages management window.

Global Attributes

None

Classes

PipPackagesWindow Main window class for the standalone pip packages manager.

Functions

None


PipPackagesWindow

Main window class for the standalone pip packages manager.

Signals

shutdown()
emitted to indicate a shutdown of the application

Derived from

EricMainWindow

Class Attributes

upgradeEric
upgradePyQt

Class Methods

None

Methods

PipPackagesWindow Constructor
closeEvent Protected method handling a close event.
upgradeEricPyQt Public method called by the install packages function, if eric-ide and PyQt6 of the current environment shall be upgraded.

Static Methods

None

PipPackagesWindow (Constructor)

PipPackagesWindow(parent=None)

Constructor

parent (QWidget)
reference to the parent widget

PipPackagesWindow.closeEvent

closeEvent(_evt)

Protected method handling a close event.

_evt (QCloseEvent)
reference to the close event object

PipPackagesWindow.upgradeEricPyQt

upgradeEricPyQt()

Public method called by the install packages function, if eric-ide and PyQt6 of the current environment shall be upgraded.

Up