RadonMetrics/RawMetricsDialog.py

changeset 11
de8cadbd6a41
parent 10
8b1920a22df3
child 13
22bc345844e7
equal deleted inserted replaced
10:8b1920a22df3 11:de8cadbd6a41
347 self.__createResultItem(fn, result) 347 self.__createResultItem(fn, result)
348 348
349 self.progress += 1 349 self.progress += 1
350 350
351 self.checkProgress.setValue(self.progress) 351 self.checkProgress.setValue(self.progress)
352 self.checkProgressLabel.setPath(fn) 352 self.checkProgressLabel.setPath(self.__project.getRelativePath(fn))
353 QApplication.processEvents() 353 QApplication.processEvents()
354 354
355 if not self.__batch: 355 if not self.__batch:
356 self.rawMetrics() 356 self.rawMetrics()
357 357

eric ide

mercurial