new runner layout, still todo

This commit is contained in:
2026-07-20 22:03:43 +02:00
parent 38e3d7aae9
commit dc770a0886
7 changed files with 159 additions and 18 deletions

View File

@@ -431,7 +431,7 @@ class DocumentController(QObject):
component = self.active_component
if component is None or component.implementation_kind != "graph":
raise ValueError("Open a graph component before running a simulation")
self.simulation.run_simulation()
self.simulation.run_simulation(component.to_dict())
def set_route_waypoints(self, item_kind: str, item_id: str, waypoints: list[QPointF]) -> None:
item = (