[ui] add Open Recent Project

This commit is contained in:
Fabien Castan 2020-03-09 21:26:01 +01:00
parent d1ab458e56
commit d001cc9e73
3 changed files with 87 additions and 1 deletions

View file

@ -426,6 +426,7 @@ class Reconstruction(UIGraph):
# use the user-provided default photogrammetry project file
self.load(p, setupProjectFile=False)
@Slot(str)
def load(self, filepath, setupProjectFile=True):
try:
super(Reconstruction, self).load(filepath, setupProjectFile)