A few GUI tweaks

This commit is contained in:
Veronica K. B. Olsen
2019-06-15 22:19:52 +02:00
parent 6a6c0418ea
commit 21b7e882ac
4 changed files with 15 additions and 11 deletions
+2
View File
@@ -48,6 +48,7 @@ class GuiMain(QMainWindow):
def __init__(self):
QWidget.__init__(self)
logger.info("Starting %s" % nw.__package__)
logger.debug("Initialising GUI ...")
self.mainConf = nw.CONFIG
self.theTheme = Theme(self)
@@ -134,6 +135,7 @@ class GuiMain(QMainWindow):
self.initMain()
self.asProjTimer.start()
self.asDocTimer.start()
self.statusBar.clearStatus()
logger.debug("GUI initialisation complete")