feat: hide XRF tab in data collection settings #212

Merged
duan_j merged 1 commits from hide-xrf into main 2026-09-10 13:49:24 +02:00
@@ -98,6 +98,9 @@ class DataCollectionSettings(QFrame):
):
self._stack.addWidget(panel)
self._tab_bar.addTab(label)
# XRF hidden from users for now, not removed: index 3 stays valid so
# _on_tab_changed and the panel loops need no change. Unhide when ready.
self._tab_bar.setTabVisible(3, False)
# Only meaningful for raster scans; hidden on the other tabs
# (_on_tab_changed).