| 1271 | } |
| 1272 | |
| 1273 | void |
| 1274 | TimeWindow::onTogglePeriodicSelection(void) |
| 1275 | { |
| 1276 | this->ui->realWaveform->setPeriodicSelection( |
| 1277 | this->ui->periodicSelectionCheck->isChecked()); |
| 1278 | this->ui->imagWaveform->setPeriodicSelection( |
| 1279 | this->ui->periodicSelectionCheck->isChecked()); |
| 1280 | |
| 1281 | this->ui->realWaveform->invalidate(); |
| 1282 | this->ui->imagWaveform->invalidate(); |
| 1283 | |
| 1284 | this->refreshUi(); |
| 1285 | } |
| 1286 | |
| 1287 | void |
| 1288 | TimeWindow::onPeriodicDivisionsChanged(void) |