resets zoom to 1:1
| 758 | |
| 759 | //resets zoom to 1:1 |
| 760 | void MainWindow::resetZoom() { |
| 761 | ui->graphicsView->resetTransform(); |
| 762 | } |
| 763 | |
| 764 | //fits the preview into the graphicsView |
| 765 | void MainWindow::fitInView() { |
nothing calls this directly
no outgoing calls
no test coverage detected