eric6/Project/CreateDialogCodeDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8222
5994b80b8760
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
55 55
56 @param formName name of the file containing the form (string) 56 @param formName name of the file containing the form (string)
57 @param project reference to the project object 57 @param project reference to the project object
58 @param parent parent widget if the dialog (QWidget) 58 @param parent parent widget if the dialog (QWidget)
59 """ 59 """
60 super(CreateDialogCodeDialog, self).__init__(parent) 60 super().__init__(parent)
61 self.setupUi(self) 61 self.setupUi(self)
62 62
63 self.okButton = self.buttonBox.button( 63 self.okButton = self.buttonBox.button(
64 QDialogButtonBox.StandardButton.Ok) 64 QDialogButtonBox.StandardButton.Ok)
65 65

eric ide

mercurial