Project/PropertiesDialog.py

changeset 39
ce735122a1fb
parent 13
1af94a91f439
child 42
23b45a742e17
equal deleted inserted replaced
38:5fe2b7deab15 39:ce735122a1fb
184 if fn: 184 if fn:
185 ppath = self.dirEdit.text() 185 ppath = self.dirEdit.text()
186 if ppath: 186 if ppath:
187 ppath = QDir(ppath).absolutePath() 187 ppath = QDir(ppath).absolutePath()
188 ppath.append(QDir.separator()) 188 ppath.append(QDir.separator())
189 fn.replace(ppath, "") 189 fn = fn.replace(ppath, "")
190 self.mainscriptEdit.setText(Utilities.toNativeSeparators(fn)) 190 self.mainscriptEdit.setText(Utilities.toNativeSeparators(fn))
191 191
192 @pyqtSlot() 192 @pyqtSlot()
193 def on_vcsInfoButton_clicked(self): 193 def on_vcsInfoButton_clicked(self):
194 """ 194 """

eric ide

mercurial