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