- added Editor Push buttons in Geometry and CNCJob UI's

This commit is contained in:
Marius Stanciu
2020-07-15 03:31:39 +03:00
committed by Marius
parent 66adab95ca
commit 7b891900be
8 changed files with 39 additions and 9 deletions

View File

@@ -3299,6 +3299,7 @@ class AppGeoEditor(QtCore.QObject):
# Editor
self.exit_editor_button = QtWidgets.QPushButton(_('Exit Editor'))
self.exit_editor_button.setIcon(QtGui.QIcon(self.app.resource_location + '/power16.png'))
self.exit_editor_button.setToolTip(
_("Exit from Editor.")
)