feat: hide XRF tab in data collection settings #212
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user