43 @param showProgress flag indicating to show a progress bar |
43 @param showProgress flag indicating to show a progress bar |
44 @type bool |
44 @type bool |
45 @param parent reference to the parent widget |
45 @param parent reference to the parent widget |
46 @type QWidget |
46 @type QWidget |
47 """ |
47 """ |
48 super(E5ProcessDialog, self).__init__(parent) |
48 super().__init__(parent) |
49 self.setupUi(self) |
49 self.setupUi(self) |
50 |
50 |
51 self.buttonBox.button( |
51 self.buttonBox.button( |
52 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
52 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
53 self.buttonBox.button( |
53 self.buttonBox.button( |