Add a starting widget for the word liste ditor and connect it to the GUI

This commit is contained in:
Veronica K. B. Olsen
2021-02-12 17:01:46 +01:00
parent c06c2422a9
commit 6e64ede90b
5 changed files with 174 additions and 5 deletions
+2
View File
@@ -20,6 +20,7 @@ from nw.gui.projtree import GuiProjectTree
from nw.gui.projwizard import GuiProjectWizard
from nw.gui.statusbar import GuiMainStatus
from nw.gui.theme import GuiTheme
from nw.gui.wordlist import GuiWordList
from nw.gui.writingstats import GuiWritingStats
__all__ = [
@@ -44,5 +45,6 @@ __all__ = [
"GuiProjectTree",
"GuiProjectWizard",
"GuiTheme",
"GuiWordList",
"GuiWritingStats",
]