VultureChecker/VultureCheckerDialog.py

branch
eric7
changeset 80
f0eb9553e04f
parent 79
47e46cd3bb23
child 82
15dfed853c42
equal deleted inserted replaced
79:47e46cd3bb23 80:f0eb9553e04f
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)

eric ide

mercurial