Added recent project menu option

This commit is contained in:
Veronica K. B. Olsen
2018-10-25 23:54:56 +02:00
parent 3b90eea7cb
commit 03272183f5
4 changed files with 35 additions and 24 deletions
+2
View File
@@ -33,6 +33,8 @@ class GuiProjectEditor(QDialog):
self.outerBox = QHBoxLayout()
self.innerBox = QVBoxLayout()
self.setWindowTitle("Project Settings")
self.gradPath = path.abspath(path.join(self.mainConf.appPath,"graphics","block.svg"))
self.svgGradient = QSvgWidget(self.gradPath)
self.svgGradient.setFixedWidth(80)