Merged new InfoPane with old ControlsViewer

This commit is contained in:
lwark
2024-12-06 12:26:28 -06:00
parent 80527355d1
commit 4ed5502c60
4 changed files with 40 additions and 37 deletions

View File

@@ -511,7 +511,7 @@ class IridaControl(Control):
checker.setToolTip("Pools off-target genera to save time.")
parent.layout.addWidget(QLabel("Consolidate Off-targets"), rows, 0, 1, 1)
parent.layout.addWidget(checker, rows, 1, 1, 2)
checker.checkStateChanged.connect(parent.controls_getter_function)
checker.checkStateChanged.connect(parent.update_data)
@classmethod
@report_result