- 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:
@@ -17,7 +17,7 @@ from appEditors.exc_plugins.ExcResizePlugin import ExcResizeEditorTool
|
||||
from appEditors.exc_plugins.ExcCopyPlugin import ExcCopyEditorTool
|
||||
|
||||
from appGUI.GUIElements import FCEntry, FCTable, FCDoubleSpinner, FCButton, FCLabel, GLay
|
||||
from appEditors.AppGeoEditor import FCShapeTool, DrawTool, DrawToolShape, DrawToolUtilityShape, AppGeoEditor
|
||||
from appEditors.appGeoEditor import FCShapeTool, DrawTool, DrawToolShape, DrawToolUtilityShape, AppGeoEditor
|
||||
|
||||
from shapely import LineString, LinearRing, MultiLineString, Polygon, MultiPolygon, Point
|
||||
from shapely.geometry.base import BaseGeometry
|
||||
@@ -8,7 +8,7 @@
|
||||
from PyQt6 import QtWidgets, QtCore, QtGui
|
||||
from PyQt6.QtCore import Qt
|
||||
|
||||
from appEditors.AppTextEditor import AppTextEditor
|
||||
from appEditors.appTextEditor import AppTextEditor
|
||||
from appObjects.CNCJobObject import CNCJobObject
|
||||
from appGUI.GUIElements import FCTextArea, FCEntry, FCButton, FCTable, GLay, FCLabel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user