Graphics/ApplicationDiagramBuilder.py

branch
5_3_x
changeset 2332
e0b023d62b10
parent 2302
f29e9405c851
child 2401
4f428de32b69
child 3072
68f54a5e0c6b
equal deleted inserted replaced
2330:a288469b3c81 2332:e0b023d62b10
80 else: 80 else:
81 name = mod.name 81 name = mod.name
82 moduleDict[name] = mod 82 moduleDict[name] = mod
83 finally: 83 finally:
84 progress.setValue(tot) 84 progress.setValue(tot)
85 progress.deleteLater()
85 return moduleDict 86 return moduleDict
86 87
87 def buildDiagram(self): 88 def buildDiagram(self):
88 """ 89 """
89 Public method to build the packages shapes of the diagram. 90 Public method to build the packages shapes of the diagram.

eric ide

mercurial