Added an import file to document feature

This commit is contained in:
Veronica K. B. Olsen
2019-10-23 21:05:33 +02:00
parent 0f67e9b971
commit 558af9f329
5 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class GuiItemEditor(QDialog):
if itemLayout in self.validLayouts:
self.editLayout.addItem(nwLabels.LAYOUT_NAME[itemLayout],itemLayout)
self.mainForm.addRow("Name", self.editName)
self.mainForm.addRow("Label", self.editName)
self.mainForm.addRow("Status", self.editStatus)
self.mainForm.addRow("Layout", self.editLayout)