Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
94 def __updateOk(self): 94 def __updateOk(self):
95 """ 95 """
96 Private slot to update the state of the OK button. 96 Private slot to update the state of the OK button.
97 """ 97 """
98 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled( 98 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(
99 self.revisionsEdit.toPlainText() != "" or 99 self.revisionsEdit.toPlainText() != "" or
100 self.allCheckBox.isChecked()) 100 self.allCheckBox.isChecked())
101 101
102 @pyqtSlot() 102 @pyqtSlot()
103 def on_revisionsEdit_textChanged(self): 103 def on_revisionsEdit_textChanged(self):
104 """ 104 """

eric ide

mercurial