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

Method switchToTab2

src_gui/mainwindow.cpp:1026–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026void MainWindow::switchToTab2() {
1027 ui->tabWidget->setCurrentIndex(1);
1028}
1029
1030void MainWindow::switchToTab3() {
1031 ui->tabWidget->setCurrentIndex(2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected