eric7.Project.PkgListConfigDialog

Module implementing a dialog to configure the PKGLIST creation process.

Global Attributes

None

Classes

PkgListConfigDialog Class implementing a dialog to configure the PKGLIST creation process.

Functions

None


PkgListConfigDialog

Class implementing a dialog to configure the PKGLIST creation process.

Derived from

QDialog, Ui_PkgListConfigDialog

Class Attributes

None

Class Methods

None

Methods

PkgListConfigDialog Constructor
getPattern Public method to get the entered file name pattern.

Static Methods

None

PkgListConfigDialog (Constructor)

PkgListConfigDialog(pattern=None, parent=None)

Constructor

pattern (list[str] (optional))
list of file name patterns for file to be excluded (defaults to None)
parent (QWidget (optional))
reference to the parent widget (defaults to None)

PkgListConfigDialog.getPattern

getPattern()

Public method to get the entered file name pattern.

Up