mirror of https://gitlab.com/pamhyr/pamhyr2
Pamhyr2: Fix pep8.
parent
5cc5628956
commit
064b3efa13
|
|
@ -146,7 +146,9 @@ class NetworkWindow(PamhyrWindow):
|
||||||
self._graph_widget.changeNode.connect(self.update)
|
self._graph_widget.changeNode.connect(self.update)
|
||||||
|
|
||||||
if self._study.is_editable:
|
if self._study.is_editable:
|
||||||
self._nodes_model.dataChanged.connect(self._graph_widget.rename_nodes)
|
self._nodes_model\
|
||||||
|
.dataChanged\
|
||||||
|
.connect(self._graph_widget.rename_nodes)
|
||||||
|
|
||||||
self.find(QAction, "action_toolBar_add").setCheckable(True)
|
self.find(QAction, "action_toolBar_add").setCheckable(True)
|
||||||
self.find(QAction, "action_toolBar_add").triggered.connect(
|
self.find(QAction, "action_toolBar_add").triggered.connect(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue