Move dialog source files to their own folder

This commit is contained in:
Veronica K. B. Olsen
2021-04-23 21:24:09 +02:00
parent 01576f941f
commit 1c072e9f32
24 changed files with 1169 additions and 1164 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ from PyQt5.QtCore import Qt
from PyQt5.QtGui import QTextCursor
from PyQt5.QtWidgets import QAction, QMessageBox, QDialog
from nw.gui.itemeditor import GuiItemEditor
from nw.dialogs.itemeditor import GuiItemEditor
from nw.gui.doceditor import GuiDocEditor
from nw.gui.projtree import GuiProjectTree
from nw.enum import nwItemType, nwDocAction, nwWidget