MCPcopy Create free account
hub / github.com/comaps/comaps / OnPreferences

Method OnPreferences

qt/mainwindow.cpp:650–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void MainWindow::OnPreferences()
651{
652 Framework & framework = m_pDrawWidget->GetFramework();
653 PreferencesDialog dlg(this, framework);
654 dlg.exec();
655
656 framework.EnterForeground();
657}
658
659#ifdef BUILD_DESIGNER
660void MainWindow::OnBuildStyle()

Callers

nothing calls this directly

Calls 1

EnterForegroundMethod · 0.45

Tested by

no test coverage detected