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