389 QDialogButtonBox.StandardButton.Cancel).setEnabled(False) |
389 QDialogButtonBox.StandardButton.Cancel).setEnabled(False) |
390 self.buttonBox.button( |
390 self.buttonBox.button( |
391 QDialogButtonBox.StandardButton.Close).setDefault(True) |
391 QDialogButtonBox.StandardButton.Close).setDefault(True) |
392 |
392 |
393 self.resultList.header().resizeSections( |
393 self.resultList.header().resizeSections( |
394 QHeaderView.ResizeToContents) |
394 QHeaderView.ResizeMode.ResizeToContents) |
395 self.resultList.header().setStretchLastSection(True) |
395 self.resultList.header().setStretchLastSection(True) |
396 self.resultList.header().setSectionResizeMode( |
396 self.resultList.header().setSectionResizeMode( |
397 QHeaderView.ResizeMode.Interactive) |
397 QHeaderView.ResizeMode.Interactive) |
398 |
398 |
399 self.checkProgress.setVisible(False) |
399 self.checkProgress.setVisible(False) |