- moved some of the GUI related methods from FlatCAMApp.App to the flatcamGUI.FlatCAMGUI class

- moved Shortcuts Tab creation in it's own class
This commit is contained in:
Marius Stanciu
2020-05-18 15:43:07 +03:00
committed by Marius
parent a9c777030b
commit 4c83e87feb
6 changed files with 2486 additions and 2462 deletions

View File

@@ -6,7 +6,7 @@
# MIT Licence #
# ##########################################################
from flatcamGUI.FlatCAMGUI import FlatCAMActivityView
from flatcamGUI.GUIElements import FlatCAMActivityView
from PyQt5 import QtCore
import weakref