def updateCheckBox(self): if self.delaySpinBox.value() == 0: self.hideThisWindowCheckBox.setDisabled(True) # блокировка чекбокса else: self.hideThisWindowCheckBox.setDisabled(False)