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

Method switchToTab1

src_gui/mainwindow.cpp:1022–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022void MainWindow::switchToTab1() {
1023 ui->tabWidget->setCurrentIndex(0);
1024}
1025
1026void MainWindow::switchToTab2() {
1027 ui->tabWidget->setCurrentIndex(1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected