MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / on_actionViewTab_triggered

Method on_actionViewTab_triggered

App/Client/mainwindow.cpp:630–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void 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
638void MainWindow::on_actionViewSplit_triggered()
639{

Callers

nothing calls this directly

Calls 1

SetViewTypeMethod · 0.80

Tested by

no test coverage detected