160 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
160 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
161 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason) |
161 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason) |
162 |
162 |
163 self.process = None |
163 self.process = None |
164 |
164 |
165 self.annotateList.doItemsLayout() |
|
166 self.__resizeColumns() |
165 self.__resizeColumns() |
167 |
166 |
168 def on_buttonBox_clicked(self, button): |
167 def on_buttonBox_clicked(self, button): |
169 """ |
168 """ |
170 Private slot called by a button of the button box clicked. |
169 Private slot called by a button of the button box clicked. |