Project/NewPythonPackageDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
21 """ 21 """
22 def __init__(self, relPath, parent=None): 22 def __init__(self, relPath, parent=None):
23 """ 23 """
24 Constructor 24 Constructor
25 25
26 @param relPath initial package path relative to the project root (string) 26 @param relPath initial package path relative to the project root
27 (string)
28 @param parent reference to the parent widget (QWidget)
27 """ 29 """
28 super(NewPythonPackageDialog, self).__init__(parent) 30 super(NewPythonPackageDialog, self).__init__(parent)
29 self.setupUi(self) 31 self.setupUi(self)
30 32
31 self.okButton = self.buttonBox.button(QDialogButtonBox.Ok) 33 self.okButton = self.buttonBox.button(QDialogButtonBox.Ok)

eric ide

mercurial