- PEP8 changes and PyCharm suggestions

This commit is contained in:
Marius Stanciu
2020-11-12 20:47:43 +02:00
committed by Marius Stanciu
parent 9abe11ff42
commit dea7ce3028
63 changed files with 527 additions and 659 deletions

View File

@@ -1877,7 +1877,7 @@ class App(QtCore.QObject):
self.follow_tool = ToolFollow(self)
self.follow_tool.install(icon=QtGui.QIcon(self.resource_location + '/follow32.png'), pos=self.ui.menutool,
before=self.sub_tool.menuAction, separator=True)
before=self.sub_tool.menuAction, separator=True)
self.drilling_tool = ToolDrilling(self)
self.drilling_tool.install(icon=QtGui.QIcon(self.resource_location + '/extract_drill32.png'),
@@ -2247,9 +2247,10 @@ class App(QtCore.QObject):
"""
Set the toolbars layout (location)
:param connect_signals: Useful when used in the App.__init__(); bool
:param index:
:param lay: Type of layout to be set on the toolbard
:return: None
:param lay: Type of layout to be set on the toolbard
:return: None
"""
self.defaults.report_usage("on_layout()")