Added a basic test of the GUI

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 23:20:44 +02:00
parent 63c3182a0e
commit 66f6494894
11 changed files with 176 additions and 50 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ class GuiMain(QMainWindow):
if self.saveProject():
self.theProject.newProject()
self.treeView.buildTree()
return
return True
def openProject(self, projFile=None):
if projFile is None: