feat: implement cluster averaging pipeline, UI controls
This commit is contained in:
@@ -182,6 +182,14 @@ ColumnLayout {
|
||||
font.pixelSize: 11
|
||||
}
|
||||
|
||||
PanelCheckBox {
|
||||
id: clusterAverageToggle
|
||||
text: "Average Clusters"
|
||||
checked: streamController.clusterAveragingEnabled
|
||||
font.pixelSize: 11
|
||||
onCheckedChanged: streamController.clusterAveragingEnabled = checked
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
Layout.fillWidth: true
|
||||
spacing: 6
|
||||
|
||||
Reference in New Issue
Block a user