MultiProject/AddProjectDialog.py

branch
5_3_x
changeset 3089
2178fb5d197b
parent 2302
f29e9405c851
child 3163
9f50365a0870
equal deleted inserted replaced
3086:468af6a08374 3089:2178fb5d197b
62 projectFile = E5FileDialog.getOpenFileName( 62 projectFile = E5FileDialog.getOpenFileName(
63 self, 63 self,
64 self.trUtf8("Add Project"), 64 self.trUtf8("Add Project"),
65 startdir, 65 startdir,
66 self.trUtf8("Project Files (*.e4p)")) 66 self.trUtf8("Project Files (*.e4p)"))
67 67
68 if projectFile: 68 if projectFile:
69 self.filenameEdit.setText(Utilities.toNativeSeparators(projectFile)) 69 self.filenameEdit.setText(Utilities.toNativeSeparators(projectFile))
70 70
71 def getData(self): 71 def getData(self):
72 """ 72 """
73 Public slot to retrieve the dialogs data. 73 Public slot to retrieve the dialogs data.
74 74

eric ide

mercurial