| 1427 | } |
| 1428 | |
| 1429 | void MainWindow::on_btnResetProcessSettings_clicked() |
| 1430 | { |
| 1431 | ui->processPropertiesWidget->resetSettings(); |
| 1432 | } |
| 1433 | |
| 1434 | void MainWindow::on_actionImage_Viewer_always_on_top_triggered(bool checked) |
| 1435 | { |
nothing calls this directly
no test coverage detected