Moved the additions folder into the gui folder as it only contains gui elements

This commit is contained in:
Veronica K. B. Olsen
2020-05-08 21:32:38 +02:00
parent b0c71fb47d
commit 894bc41f51
6 changed files with 15 additions and 9 deletions
+6
View File
@@ -1,5 +1,9 @@
# -*- coding: utf-8 -*-
# Qt Additions
from nw.gui.additions.qconfiglayout import QConfigLayout
from nw.gui.additions.qswitch import QSwitch
# Main Window Elements
from nw.gui.icons import GuiIcons
from nw.gui.mainmenu import GuiMainMenu
@@ -33,6 +37,8 @@ from nw.gui.tools.optionstate import OptionState
from nw.gui.tools.wordcounter import WordCounter
__all__ = [
"QConfigLayout",
"QSwitch",
"GuiIcons",
"GuiMainMenu",
"GuiMainStatus",