eric6.Project.NewPythonPackageDialog
Module implementing a dialog to add a new Python package.
Global Attributes
Classes
Functions
NewPythonPackageDialog
Class implementing a dialog to add a new Python package.
Derived from
QDialog, Ui_NewPythonPackageDialog
Class Attributes
Class Methods
Methods
Static Methods
NewPythonPackageDialog (Constructor)
NewPythonPackageDialog(relPath, parent=None)
Constructor
- relPath
-
initial package path relative to the project root
(string)
- parent
-
reference to the parent widget (QWidget)
NewPythonPackageDialog.getData
getData()
Public method to retrieve the data entered into the dialog.
- Returns:
-
package name (string)
NewPythonPackageDialog.on_packageEdit_textChanged
on_packageEdit_textChanged(txt)
Private slot called, when the package name is changed.
- txt
-
new text of the package name edit (string)