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 |