164 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) |
165 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) |
165 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
166 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) |
166 self.buttonBox.button(QDialogButtonBox.Close).setFocus( |
167 self.buttonBox.button(QDialogButtonBox.Close).setFocus( |
167 Qt.OtherFocusReason) |
168 Qt.OtherFocusReason) |
168 |
169 |
169 self.process = None |
|
170 |
|
171 self.__resizeColumns() |
170 self.__resizeColumns() |
172 |
171 |
173 def on_buttonBox_clicked(self, button): |
172 def on_buttonBox_clicked(self, button): |
174 """ |
173 """ |
175 Private slot called by a button of the button box clicked. |
174 Private slot called by a button of the button box clicked. |