Added an import file to document feature

This commit is contained in:
Veronica K. B. Olsen
2019-10-23 21:05:33 +02:00
parent 0f67e9b971
commit 558af9f329
5 changed files with 69 additions and 3 deletions
+3
View File
@@ -289,6 +289,9 @@ class GuiDocEditor(QTextEdit):
return False
return True
def isEmpty(self):
return self.qDocument.isEmpty()
##
# Document Events and Maintenance
##