eric6/Project/MakePropertiesDialog.py

changeset 8143
2c730d5fd177
parent 7923
91e843545d9a
child 8218
7c09585bd960
equal deleted inserted replaced
8141:27f636beebad 8143:2c730d5fd177
71 71
72 def __updateOkButton(self): 72 def __updateOkButton(self):
73 """ 73 """
74 Private slot to update the enabled state of the OK button. 74 Private slot to update the enabled state of the OK button.
75 """ 75 """
76 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(bool( 76 self.buttonBox.button(
77 self.makeTargetEdit.text())) 77 QDialogButtonBox.StandardButton.Ok).setEnabled(bool(
78 self.makeTargetEdit.text()))
78 79
79 def storeData(self): 80 def storeData(self):
80 """ 81 """
81 Public method to store the entered/modified data. 82 Public method to store the entered/modified data.
82 """ 83 """

eric ide

mercurial