MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / zoomIn

Method zoomIn

src_gui/mainwindow.cpp:751–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751void MainWindow::zoomIn() {
752 ui->graphicsView->scale(1.2, 1.2);
753}
754
755void MainWindow::zoomOut() {
756 ui->graphicsView->scale(0.8, 0.8);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected