| 304 | } |
| 305 | |
| 306 | void |
| 307 | FACTab::onUnitsChanged(void) |
| 308 | { |
| 309 | if (this->ui->unitCheck->isChecked()) { |
| 310 | this->ui->facWaveform->setSampleRate(1); |
| 311 | this->ui->facWaveform->setHorizontalUnits("sp"); |
| 312 | } else { |
| 313 | this->ui->facWaveform->setSampleRate(this->fs); |
| 314 | this->ui->facWaveform->setHorizontalUnits("s"); |
| 315 | } |
| 316 | } |
| 317 | |
| 318 | void |
| 319 | FACTab::onChangePeakDetect() |
no test coverage detected