- major refactoring: started to move the methods connected to the Edit menu to their own class to clean up the App mega class
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
from PyQt6.QtCore import Qt
|
||||
|
||||
from appEditors.AppTextEditor import AppTextEditor
|
||||
from appEditors.appTextEditor import AppTextEditor
|
||||
from appObjects.AppObjectTemplate import *
|
||||
from appGUI.ObjectUI import DocumentObjectUI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user