Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Theverat/NormalmapGenerator
/ zoomOut
Method
zoomOut
src_gui/mainwindow.cpp:755–757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
}
754
755
void MainWindow::zoomOut() {
756
ui->graphicsView->scale(0.8, 0.8);
757
}
758
759
//resets zoom to 1:1
760
void MainWindow::resetZoom() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected