Add a basic project tree model

This commit is contained in:
Veronica Berglyd Olsen
2024-11-17 19:25:55 +01:00
parent 7a9da5f219
commit cbe557507f
4 changed files with 271 additions and 2 deletions
+1
View File
@@ -329,6 +329,7 @@ class NWProject:
# ============
self._tree.unpack(projContent)
self._tree.buildModel()
self._options.loadSettings()
self._loadProjectLocalisation()