Wizard can now make a minimal project

This commit is contained in:
Veronica K. B. Olsen
2020-08-09 17:59:40 +02:00
parent 2702edced4
commit ebec7c22a0
3 changed files with 108 additions and 29 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ class ProjWizardIntroPage(QWizardPage):
self.registerField("projName*", self.projName)
self.registerField("projTitle", self.projTitle)
self.registerField("projAuthors", self.projAuthors)
self.registerField("projAuthors", self.projAuthors, "plainText")
# Assemble
self.outerBox = QVBoxLayout()