- working on a new Tool: Etch Compensation Tool -> installed the tool and created the GUI and class template

This commit is contained in:
Marius Stanciu
2020-05-18 19:54:43 +03:00
committed by Marius
parent dc72bea2d6
commit 04b8de9fd3
6 changed files with 316 additions and 1 deletions

View File

@@ -951,6 +951,8 @@ class MainGUI(QtWidgets.QMainWindow):
QtGui.QIcon(self.app.resource_location + '/invert32.png'), _("Invert Gerber Tool"))
self.corners_tool_btn = self.toolbartools.addAction(
QtGui.QIcon(self.app.resource_location + '/corners_32.png'), _("Corner Markers Tool"))
self.etch_btn = self.toolbartools.addAction(
QtGui.QIcon(self.app.resource_location + '/etch_32.png'), _("Etch Compensation Tool"))
# ########################################################################
# ########################## Excellon Editor Toolbar# ####################
@@ -1913,6 +1915,8 @@ class MainGUI(QtWidgets.QMainWindow):
QtGui.QIcon(self.app.resource_location + '/invert32.png'), _("Invert Gerber Tool"))
self.corners_tool_btn = self.toolbartools.addAction(
QtGui.QIcon(self.app.resource_location + '/corners_32.png'), _("Corner Markers Tool"))
self.etch_btn = self.toolbartools.addAction(
QtGui.QIcon(self.app.resource_location + '/etch_32.png'), _("Etch Compensation Tool"))
# ########################################################################
# ## Excellon Editor Toolbar # ##