eric6.Plugins.UiExtensionPlugins.PipInterface.PipSelectionDialog
Module implementing a dialog to select the pip executable to be used.
Global Attributes
Classes
Functions
PipSelectionDialog
Class implementing a dialog to select the pip executable to be used.
Derived from
QDialog, Ui_PipSelectionDialog
Class Attributes
Class Methods
Methods
Static Methods
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)