eric6/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.py

branch
maintenance
changeset 8176
31965986ecd1
parent 8143
2c730d5fd177
child 8218
7c09585bd960
equal deleted inserted replaced
8153:e01ae92db699 8176:31965986ecd1
34 34
35 def __updateOK(self): 35 def __updateOK(self):
36 """ 36 """
37 Private method to update the status of the OK button. 37 Private method to update the status of the OK button.
38 """ 38 """
39 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled( 39 self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(
40 self.nameEdit.text() != "" and 40 self.nameEdit.text() != "" and
41 self.urlEdit.text() != "") 41 self.urlEdit.text() != "")
42 42
43 @pyqtSlot(str) 43 @pyqtSlot(str)
44 def on_nameEdit_textChanged(self, txt): 44 def on_nameEdit_textChanged(self, txt):

eric ide

mercurial