Added more options to export GUI

This commit is contained in:
Veronica K. B. Olsen
2019-10-13 15:36:57 +02:00
parent e3fadea203
commit bc06bde05c
2 changed files with 69 additions and 8 deletions
+4 -4
View File
@@ -111,10 +111,10 @@ class GuiConfigEditGeneral(QWidget):
def __init__(self, theParent):
QWidget.__init__(self, theParent)
self.mainConf = nw.CONFIG
self.theParent = theParent
self.theTheme = theParent.theTheme
self.outerBox = QGridLayout()
self.mainConf = nw.CONFIG
self.theParent = theParent
self.theTheme = theParent.theTheme
self.outerBox = QGridLayout()
# User Interface
self.guiLook = QGroupBox("User Interface", self)