Tasks/TaskViewer.py

changeset 3478
beec1d9c1851
parent 3190
a9a94491c4fd
child 3515
1b8381afe38f
equal deleted inserted replaced
3475:852dc7d65ff0 3478:beec1d9c1851
544 # now process them 544 # now process them
545 progress = E5ProgressDialog( 545 progress = E5ProgressDialog(
546 self.tr("Extracting project tasks..."), 546 self.tr("Extracting project tasks..."),
547 self.tr("Abort"), 0, len(files), self.tr("%v/%m Files")) 547 self.tr("Abort"), 0, len(files), self.tr("%v/%m Files"))
548 progress.setMinimumDuration(0) 548 progress.setMinimumDuration(0)
549 progress.setWindowTitle(self.tr("Tasks"))
549 count = 0 550 count = 0
550 551
551 for file in files: 552 for file in files:
552 progress.setLabelText( 553 progress.setLabelText(
553 self.tr("Extracting project tasks...\n{0}").format(file)) 554 self.tr("Extracting project tasks...\n{0}").format(file))

eric ide

mercurial