eric7.PipInterface.PipPackagesInputDialog
Module implementing a dialog to enter package specifications.
Global Attributes
Classes
Functions
PipPackagesInputDialog
    Class implementing a dialog to enter package specifications.
Derived from
QDialog, Ui_PipPackagesInputDialog
Class Attributes
Class Methods
Methods
Static Methods
PipPackagesInputDialog (Constructor)
PipPackagesInputDialog(pip, title, install=True, parent=None)
        Constructor
- pip (Pip)
- 
reference to the pip object
- title (str)
- 
dialog title
- install (bool)
- 
flag indicating an install action
- parent (QWidget)
- 
reference to the parent widget
PipPackagesInputDialog.getData
getData()
        Public method to get the entered data.
- Return:
- 
tuple with the list of package specifications and a flag
            indicating to install to the user install directory
- Return Type:
- 
tuple of (list of str, bool)
PipPackagesInputDialog.on_packagesEdit_textChanged
on_packagesEdit_textChanged(txt)
        Private slot handling entering package names.
- txt (str)
- 
name of the requirements file