28 Constructor |
28 Constructor |
29 |
29 |
30 @param vcs reference to the vcs object |
30 @param vcs reference to the vcs object |
31 @param parent parent widget (QWidget) |
31 @param parent parent widget (QWidget) |
32 """ |
32 """ |
33 super(HgAnnotateDialog, self).__init__(parent) |
33 super().__init__(parent) |
34 self.setupUi(self) |
34 self.setupUi(self) |
35 self.setWindowFlags(Qt.WindowType.Window) |
35 self.setWindowFlags(Qt.WindowType.Window) |
36 |
36 |
37 self.buttonBox.button( |
37 self.buttonBox.button( |
38 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
38 QDialogButtonBox.StandardButton.Close).setEnabled(False) |