Update the new project code and add title page

This commit is contained in:
Veronica K. B. Olsen
2020-08-10 21:05:26 +02:00
parent bf35bda942
commit 8a50590a5d
5 changed files with 192 additions and 191 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ class GuiProjectTree(QTreeWidget):
nHandle = pHandle
pHandle = pItem.parHandle
# If we again has no home, give up
# If we again have no home, give up
if pHandle is None:
self.makeAlert(
"Did not find anywhere to add the file or folder!", nwAlert.ERROR
+1
View File
@@ -324,6 +324,7 @@ class ProjWizardCustomPage(QWizardPage):
self.addPlot.setChecked(True)
self.addChar.setChecked(True)
self.addWorld.setChecked(True)
self.rootForm.addWidget(self.lblPlot, 0, 0)
self.rootForm.addWidget(self.lblChar, 1, 0)