31 Constructor |
31 Constructor |
32 |
32 |
33 @param vcs reference to the vcs object |
33 @param vcs reference to the vcs object |
34 @param parent parent widget (QWidget) |
34 @param parent parent widget (QWidget) |
35 """ |
35 """ |
36 super(HgShelveBrowserDialog, 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( |