- working on a proper GCode Editor

This commit is contained in:
Marius Stanciu
2020-07-22 15:49:52 +03:00
parent 65d4f70b21
commit 9e8ab610b4
7 changed files with 245 additions and 21 deletions

View File

@@ -1870,7 +1870,7 @@ class CNCObjectUI(ObjectUI):
self.custom_box.addWidget(self.updateplot_button)
# Editor
self.editor_button = QtWidgets.QPushButton(_('GCode Editor'))
self.editor_button = FCButton(_('GCode Editor'))
self.editor_button.setIcon(QtGui.QIcon(self.app.resource_location + '/edit_file32.png'))
self.editor_button.setToolTip(