Interactive scripting pane added to pyQt viewer geom.app

This commit is contained in:
jakob-beetz
2016-11-24 13:57:42 +01:00
committed by Thomas Krijnen
parent 3ba2f781d8
commit 90e4f21f29
4 changed files with 239 additions and 1 deletions
@@ -480,7 +480,7 @@ class application(QtGui.QApplication):
def load(self, fn):
if fn in self.files: return
f = open(fn)
f = open(str(fn))
self.files[fn] = f
for c in self.components:
c.load_file(f, setting=self.settings)