31 @param text text to be shown by the label |
31 @param text text to be shown by the label |
32 @type str |
32 @type str |
33 @param parent reference to the parent widget |
33 @param parent reference to the parent widget |
34 @type QWidget |
34 @type QWidget |
35 """ |
35 """ |
36 super(PipDialog, self).__init__(parent) |
36 super().__init__(parent) |
37 self.setupUi(self) |
37 self.setupUi(self) |
38 |
38 |
39 self.buttonBox.button( |
39 self.buttonBox.button( |
40 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
40 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
41 self.buttonBox.button( |
41 self.buttonBox.button( |