88 """ |
88 """ |
89 self.buttonBox.button(QDialogButtonBox.Close).setEnabled(True) |
89 self.buttonBox.button(QDialogButtonBox.Close).setEnabled(True) |
90 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) |
90 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) |
91 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
91 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
92 |
92 |
93 self.blameList.doItemsLayout() |
|
94 self.__resizeColumns() |
93 self.__resizeColumns() |
95 |
94 |
96 self._cancel() |
95 self._cancel() |
97 |
96 |
98 def on_buttonBox_clicked(self, button): |
97 def on_buttonBox_clicked(self, button): |