MultiProject/AddProjectDialog.py

changeset 3034
7ce719013078
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
child 3090
3d3b4cb0dfc3
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
102 102
103 def __updateUi(self): 103 def __updateUi(self):
104 """ 104 """
105 Private method to update the dialog. 105 Private method to update the dialog.
106 """ 106 """
107 self.__okButton.setEnabled(self.nameEdit.text() != "" and \ 107 self.__okButton.setEnabled(self.nameEdit.text() != "" and
108 self.filenameEdit.text() != "") 108 self.filenameEdit.text() != "")

eric ide

mercurial