The basic functionality of the novel tree view is now in place

This commit is contained in:
Veronica K. B. Olsen
2020-12-20 16:27:42 +01:00
parent d4b26025ed
commit 1d12014399
4 changed files with 155 additions and 15 deletions
+3 -3
View File
@@ -357,9 +357,9 @@ class GuiProjectTree(QTreeWidget):
"""Return the column widths for the tree columns.
"""
retVals = [
self.columnWidth(self.C_NAME),
self.columnWidth(self.C_COUNT),
self.columnWidth(self.C_EXPORT),
self.columnWidth(0),
self.columnWidth(1),
self.columnWidth(2),
]
return retVals