- 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

@@ -52,7 +52,7 @@ class ToolCorners(AppTool):
self.layout.addWidget(QtWidgets.QLabel(''))
# Gerber object #
self.object_label = QtWidgets.QLabel('<b>%s:</b>' % _("Gerber Object"))
self.object_label = QtWidgets.QLabel('<b>%s:</b>' % _("GERBER"))
self.object_label.setToolTip(
_("The Gerber object that to which will be added corner markers.")
)