134 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
134 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
135 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason) |
135 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason) |
136 |
136 |
137 self.process = None |
137 self.process = None |
138 |
138 |
139 self.annotateList.doItemsLayout() |
|
140 self.__resizeColumns() |
139 self.__resizeColumns() |
141 |
140 |
142 def on_buttonBox_clicked(self, button): |
141 def on_buttonBox_clicked(self, button): |
143 """ |
142 """ |
144 Private slot called by a button of the button box clicked. |
143 Private slot called by a button of the button box clicked. |