Replaced checkboxes with switches

This commit is contained in:
Veronica K. B. Olsen
2020-06-24 21:53:31 +02:00
parent 935971fa0c
commit 9f1826cb59
2 changed files with 24 additions and 10 deletions
+1
View File
@@ -54,6 +54,7 @@ class GuiProjectTree(QTreeWidget):
QTreeWidget.__init__(self, theParent)
logger.debug("Initialising GuiProjectTree ...")
self.mainConf = nw.CONFIG
self.theParent = theParent
self.theTheme = theParent.theTheme