32 Constructor |
32 Constructor |
33 |
33 |
34 @param vcs reference to the vcs object |
34 @param vcs reference to the vcs object |
35 @param parent reference to the parent widget (QWidget) |
35 @param parent reference to the parent widget (QWidget) |
36 """ |
36 """ |
37 super(GitBlameDialog, self).__init__(parent) |
37 super().__init__(parent) |
38 self.setupUi(self) |
38 self.setupUi(self) |
39 self.setWindowFlags(Qt.WindowType.Window) |
39 self.setWindowFlags(Qt.WindowType.Window) |
40 |
40 |
41 self.buttonBox.button( |
41 self.buttonBox.button( |
42 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
42 QDialogButtonBox.StandardButton.Close).setEnabled(False) |