MultiProject/AddProjectDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3142
55030c09e142
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
104 104
105 def __updateUi(self): 105 def __updateUi(self):
106 """ 106 """
107 Private method to update the dialog. 107 Private method to update the dialog.
108 """ 108 """
109 self.__okButton.setEnabled(self.nameEdit.text() != "" and \ 109 self.__okButton.setEnabled(self.nameEdit.text() != "" and
110 self.filenameEdit.text() != "") 110 self.filenameEdit.text() != "")

eric ide

mercurial