eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py

branch
maintenance
changeset 8176
31965986ecd1
parent 8143
2c730d5fd177
child 8205
4a0f1f896341
equal deleted inserted replaced
8153:e01ae92db699 8176:31965986ecd1
66 enable and 66 enable and
67 (self.currentUserCheckBox.isChecked() or 67 (self.currentUserCheckBox.isChecked() or
68 self.userEdit.text() != "") 68 self.userEdit.text() != "")
69 ) 69 )
70 70
71 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enable) 71 self.buttonBox.button(
72 QDialogButtonBox.StandardButton.Ok).setEnabled(enable)
72 73
73 @pyqtSlot(str) 74 @pyqtSlot(str)
74 def on_nameEdit_textChanged(self, txt): 75 def on_nameEdit_textChanged(self, txt):
75 """ 76 """
76 Private slot to handle changes of the patch name. 77 Private slot to handle changes of the patch name.

eric ide

mercurial