eric6.Plugins.UiExtensionPlugins.PipInterface.PipSelectionDialog

Module implementing a dialog to select the pip executable to be used.

Global Attributes

None

Classes

PipSelectionDialog Class implementing a dialog to select the pip executable to be used.

Functions

None


PipSelectionDialog

Class implementing a dialog to select the pip executable to be used.

Derived from

QDialog, Ui_PipSelectionDialog

Class Attributes

None

Class Methods

None

Methods

PipSelectionDialog Constructor
getData Public method to get the entered data.

Static Methods

None

PipSelectionDialog (Constructor)

PipSelectionDialog(pip, parent=None)

Constructor

pip (Pip)
reference to the pip object
parent (QWidget)
reference to the parent widget

PipSelectionDialog.getData

getData()

Public method to get the entered data.

Returns:
tuple with the environment name and a flag indicating to install to the user install directory
Return Type:
tuple of (str, bool)
Up