mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-06-30 16:49:48 +02:00
fix(curve_tree): update header labels to reflect device and signal columns
This commit is contained in:
@@ -552,7 +552,7 @@ class CurveTree(BECWidget, QWidget):
|
||||
self.tree = QTreeWidget()
|
||||
self.tree.setColumnCount(8)
|
||||
self.tree.setHeaderLabels(
|
||||
["Actions", "Name", "Entry", "Scan #", "Color", "Style", "Width", "Symbol"]
|
||||
["Actions", "Device", "Signal", "Scan #", "Color", "Style", "Width", "Symbol"]
|
||||
)
|
||||
|
||||
header = self.tree.header()
|
||||
|
||||
Reference in New Issue
Block a user