33 Constructor |
33 Constructor |
34 |
34 |
35 @param text text to be shown by the label (string) |
35 @param text text to be shown by the label (string) |
36 @param parent parent widget (QWidget) |
36 @param parent parent widget (QWidget) |
37 """ |
37 """ |
38 super(SvnDialog, self).__init__(parent) |
38 super().__init__(parent) |
39 self.setupUi(self) |
39 self.setupUi(self) |
40 self.setWindowFlags(Qt.WindowType.Window) |
40 self.setWindowFlags(Qt.WindowType.Window) |
41 |
41 |
42 self.buttonBox.button( |
42 self.buttonBox.button( |
43 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
43 QDialogButtonBox.StandardButton.Close).setEnabled(False) |