- refactored some methods from App class and moved them to plotcanvas (plotcanvaslegacy) class
- added an label with icon in the status bar, clicking it will toggle (show status) of the X-Y axis on cavnas - optimized the UI, added to status bar an icon to toggle the axis
This commit is contained in:
@@ -655,7 +655,7 @@ class ToolsDB(QtWidgets.QWidget):
|
||||
l_save=str(self.app.get_last_save_folder()),
|
||||
n=_("Tools_Database"),
|
||||
date=date),
|
||||
filter=filter__)
|
||||
ext_filter=filter__)
|
||||
|
||||
filename = str(filename)
|
||||
|
||||
@@ -2252,7 +2252,7 @@ class ToolsDB2(QtWidgets.QWidget):
|
||||
l_save=str(self.app.get_last_save_folder()),
|
||||
n=_("Tools_Database"),
|
||||
date=date),
|
||||
filter=filter__)
|
||||
ext_filter=filter__)
|
||||
|
||||
filename = str(filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user