Graphics/ApplicationDiagramBuilder.py

changeset 2334
fc69ad77e18a
parent 2302
f29e9405c851
child 2401
4f428de32b69
child 3072
68f54a5e0c6b
equal deleted inserted replaced
2331:9e623311630d 2334:fc69ad77e18a
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