Tasks/TaskViewer.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3484
645c12de6b0c
parent 3478
beec1d9c1851
child 3611
3115423cebeb
equal deleted inserted replaced
3506:d85fadb263a0 3515:1b8381afe38f
546 # now process them 546 # now process them
547 progress = E5ProgressDialog( 547 progress = E5ProgressDialog(
548 self.tr("Extracting project tasks..."), 548 self.tr("Extracting project tasks..."),
549 self.tr("Abort"), 0, len(files), self.tr("%v/%m Files")) 549 self.tr("Abort"), 0, len(files), self.tr("%v/%m Files"))
550 progress.setMinimumDuration(0) 550 progress.setMinimumDuration(0)
551 progress.setWindowTitle(self.tr("Tasks"))
551 count = 0 552 count = 0
552 553
553 for file in files: 554 for file in files:
554 progress.setLabelText( 555 progress.setLabelText(
555 self.tr("Extracting project tasks...\n{0}").format(file)) 556 self.tr("Extracting project tasks...\n{0}").format(file))

eric ide

mercurial