| 871 | } |
| 872 | |
| 873 | void |
| 874 | FFTWidget::setWindowFunction(enum Suscan::AnalyzerParams::WindowFunction func) |
| 875 | { |
| 876 | // I'm sorry. |
| 877 | this->ui->windowCombo->setCurrentIndex(SCAST(int, func)); |
| 878 | } |
| 879 | |
| 880 | void |
| 881 | FFTWidget::refreshSpectrumScaleSettings() |
no outgoing calls
no test coverage detected