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)) |