Project/PropertiesDialog.py

changeset 83
b302c5816c1c
parent 55
b5c84934de9c
child 248
f4561c24989a
equal deleted inserted replaced
82:78fc26d3e43b 83:b302c5816c1c
184 filters) 184 filters)
185 185
186 if fn: 186 if fn:
187 ppath = self.dirEdit.text() 187 ppath = self.dirEdit.text()
188 if ppath: 188 if ppath:
189 ppath = QDir(ppath).absolutePath() 189 ppath = QDir(ppath).absolutePath() + QDir.separator()
190 ppath.append(QDir.separator())
191 fn = fn.replace(ppath, "") 190 fn = fn.replace(ppath, "")
192 self.mainscriptEdit.setText(Utilities.toNativeSeparators(fn)) 191 self.mainscriptEdit.setText(Utilities.toNativeSeparators(fn))
193 192
194 @pyqtSlot() 193 @pyqtSlot()
195 def on_vcsInfoButton_clicked(self): 194 def on_vcsInfoButton_clicked(self):

eric ide

mercurial