| 628 | } |
| 629 | |
| 630 | void MainWindow::on_actionViewTab_triggered() |
| 631 | { |
| 632 | qDebug(log) << Q_FUNC_INFO; |
| 633 | if(!ui->actionViewTab->isChecked()) return; |
| 634 | m_Parameter.SetViewType(CParameterApp::ViewType::Tab); |
| 635 | SetView(new CViewTable(&m_Parameter, this)); |
| 636 | } |
| 637 | |
| 638 | void MainWindow::on_actionViewSplit_triggered() |
| 639 | { |
nothing calls this directly
no test coverage detected