From c751ae9093590403f2997ecc64ae09c5397c589d Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Tue, 23 Sep 2025 16:12:15 +0200 Subject: [PATCH] Added Simulation and Visualization Table to Find/Replace bar/functionality. Closes #139 --- src/petab_gui/views/find_replace_bar.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/petab_gui/views/find_replace_bar.py b/src/petab_gui/views/find_replace_bar.py index 2ea55ab..f9fad76 100644 --- a/src/petab_gui/views/find_replace_bar.py +++ b/src/petab_gui/views/find_replace_bar.py @@ -25,6 +25,8 @@ def __init__(self, controller, parent=None): "Condition Table": self.controller.condition_controller, "Parameter Table": self.controller.parameter_controller, "Measurement Table": self.controller.measurement_controller, + "Visualization Table": self.controller.visualization_controller, + "Simulation Table": self.controller.simulation_controller, } self.selected_controllers = self.controller_map.values() self.only_search = False