- added a new string in the tooltip for the button that adds tool from database specifying the tools database administration is done in the menu
This commit is contained in:
@@ -14,6 +14,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
- updated the Geometry UI to work with the new FCTable
|
- updated the Geometry UI to work with the new FCTable
|
||||||
- made the coordinates / delta coordinates / grid toolbar / actions toolbar visibility an option, controlled from the infobar (Status bar) context menu. How it's at app shutdown it's restored at the next application start
|
- made the coordinates / delta coordinates / grid toolbar / actions toolbar visibility an option, controlled from the infobar (Status bar) context menu. How it's at app shutdown it's restored at the next application start
|
||||||
- moved the init of activity view in the MainGUI file from the APP.__init__()
|
- moved the init of activity view in the MainGUI file from the APP.__init__()
|
||||||
|
- added a new string in the tooltip for the button that adds tool from database specifying the tools database administration is done in the menu
|
||||||
|
|
||||||
12.06.2020
|
12.06.2020
|
||||||
|
|
||||||
|
|||||||
@@ -1500,7 +1500,8 @@ class GeometryObjectUI(ObjectUI):
|
|||||||
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
||||||
self.addtool_from_db_btn.setToolTip(
|
self.addtool_from_db_btn.setToolTip(
|
||||||
_("Add a new tool to the Tool Table\n"
|
_("Add a new tool to the Tool Table\n"
|
||||||
"from the Tool DataBase.")
|
"from the Tool Database.\n"
|
||||||
|
"Tool database administration in Menu: Options -> Tools Database")
|
||||||
)
|
)
|
||||||
|
|
||||||
bhlay.addWidget(self.addtool_btn)
|
bhlay.addWidget(self.addtool_btn)
|
||||||
|
|||||||
@@ -282,7 +282,8 @@ class ToolIsolation(AppTool, Gerber):
|
|||||||
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
||||||
self.addtool_from_db_btn.setToolTip(
|
self.addtool_from_db_btn.setToolTip(
|
||||||
_("Add a new tool to the Tool Table\n"
|
_("Add a new tool to the Tool Table\n"
|
||||||
"from the Tool DataBase.")
|
"from the Tool Database.\n"
|
||||||
|
"Tool database administration in Menu: Options -> Tools Database")
|
||||||
)
|
)
|
||||||
|
|
||||||
bhlay.addWidget(self.addtool_btn)
|
bhlay.addWidget(self.addtool_btn)
|
||||||
|
|||||||
@@ -3784,7 +3784,8 @@ class NccUI:
|
|||||||
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
||||||
self.addtool_from_db_btn.setToolTip(
|
self.addtool_from_db_btn.setToolTip(
|
||||||
_("Add a new tool to the Tool Table\n"
|
_("Add a new tool to the Tool Table\n"
|
||||||
"from the Tool DataBase.")
|
"from the Tool Database.\n"
|
||||||
|
"Tool database administration in Menu: Options -> Tools Database")
|
||||||
)
|
)
|
||||||
|
|
||||||
hlay.addWidget(self.addtool_btn)
|
hlay.addWidget(self.addtool_btn)
|
||||||
|
|||||||
@@ -282,7 +282,8 @@ class ToolPaint(AppTool, Gerber):
|
|||||||
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
|
||||||
self.addtool_from_db_btn.setToolTip(
|
self.addtool_from_db_btn.setToolTip(
|
||||||
_("Add a new tool to the Tool Table\n"
|
_("Add a new tool to the Tool Table\n"
|
||||||
"from the Tool DataBase.")
|
"from the Tool Database.\n"
|
||||||
|
"Tool database administration in Menu: Options -> Tools Database")
|
||||||
)
|
)
|
||||||
|
|
||||||
hlay.addWidget(self.addtool_btn)
|
hlay.addWidget(self.addtool_btn)
|
||||||
|
|||||||
Reference in New Issue
Block a user