mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 23:14:16 +01:00
@@ -295,6 +295,7 @@ void PlotView::exportSamples(std::shared_ptr<AbstractSampleSource> src)
|
||||
|
||||
QGroupBox groupBox2("Decimation");
|
||||
QSpinBox decimation(&groupBox2);
|
||||
decimation.setMinimum(1);
|
||||
decimation.setValue(1 / sampleSrc->relativeBandwidth());
|
||||
|
||||
QVBoxLayout vbox2;
|
||||
|
||||
Reference in New Issue
Block a user