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 """ |