Added open and save status messages to the status bar.

This commit is contained in:
Veronica K. B. Olsen
2019-05-04 10:24:40 +02:00
parent e82eadea3e
commit faa1fe6efb
6 changed files with 28 additions and 10 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ class GuiDocDetails(QFrame):
C_FLAGS = 2
C_HANDLE = 3
def __init__(self, theProject):
QFrame.__init__(self)
def __init__(self, theParent, theProject):
QFrame.__init__(self, theParent)
logger.debug("Initialising DocDetails ...")
self.mainConf = nw.CONFIG