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

Method on_actionViewSplit_triggered

App/Client/mainwindow.cpp:638–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void MainWindow::on_actionViewSplit_triggered()
639{
640 qDebug(log) << Q_FUNC_INFO;
641 if(!ui->actionViewSplit->isChecked()) return;
642 m_Parameter.SetViewType(CParameterApp::ViewType::Splitter);
643 SetView(new CViewSplitter(&m_Parameter, this));
644}
645
646void MainWindow::on_actionAbout_triggered()
647{

Callers

nothing calls this directly

Calls 1

SetViewTypeMethod · 0.80

Tested by

no test coverage detected