eric6/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py

changeset 8143
2c730d5fd177
parent 7923
91e843545d9a
child 8218
7c09585bd960
equal deleted inserted replaced
8141:27f636beebad 8143:2c730d5fd177
50 enable and 50 enable and
51 (self.currentUserCheckBox.isChecked() or 51 (self.currentUserCheckBox.isChecked() or
52 self.userEdit.text() != "") 52 self.userEdit.text() != "")
53 ) 53 )
54 54
55 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enable) 55 self.buttonBox.button(
56 QDialogButtonBox.StandardButton.Ok).setEnabled(enable)
56 57
57 @pyqtSlot() 58 @pyqtSlot()
58 def on_revisionsEdit_textChanged(self): 59 def on_revisionsEdit_textChanged(self):
59 """ 60 """
60 Private slot to react upon changes of revisions. 61 Private slot to react upon changes of revisions.

eric ide

mercurial