--- a/Graphics/ApplicationDiagramBuilder.py Mon Oct 14 20:08:19 2013 +0200 +++ b/Graphics/ApplicationDiagramBuilder.py Tue Oct 15 18:29:32 2013 +0200 @@ -62,7 +62,8 @@ tot = len(modules) try: prog = 0 - progress = QProgressDialog(self.trUtf8("Parsing modules..."), + progress = QProgressDialog( + self.trUtf8("Parsing modules..."), None, 0, tot, self.parent()) progress.show() QApplication.processEvents()