Export GUI ready

This commit is contained in:
Veronica K. B. Olsen
2019-10-18 19:02:28 +02:00
parent 1d9c4e1e49
commit a5ad2335de
4 changed files with 204 additions and 19 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class GuiDocDetails(QFrame):
QLabel("")
]
colOne = ["Name","Status","Class","Layout"]
colOne = ["Label","Status","Class","Layout"]
for nRow in range(4):
lblOne = QLabel(colOne[nRow])
lblOne.setFont(self.fntOne)