Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Add sample count sent per block"

Merged Thomas PRAMPART requested to merge 243-add-sample-count-sent-per-block into qt6
All threads resolved!
3 files
+ 45
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -169,7 +169,11 @@ ApplicationWindow {
OV.ComboBox {
Layout.columnSpan: 2
Layout.fillWidth: true
model: ["32", "Second", "Third"]
model: master.sampleCountPerBlockList
currentIndex: master.getInitSampleCountPerBlockIndex()
onCurrentIndexChanged: {
master.setSampleCountPerBlock(model[currentIndex])
}
}
}
Loading