MCPcopy Create free account
hub / github.com/KDE/labplot / settingsNotebookDialog

Method settingsNotebookDialog

src/frontend/MainWin.cpp:2932–2937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2930
2931#ifdef HAVE_CANTOR_LIBS
2932void MainWin::settingsNotebookDialog() {
2933 auto* dlg = new SettingsDialog(this, m_defaultSystemLocale);
2934 connect(dlg, &SettingsDialog::settingsChanged, this, &MainWin::handleSettingsChanges);
2935 dlg->navigateTo(Settings::Type::Notebook);
2936 dlg->exec();
2937}
2938
2939void MainWin::updateNotebookActions() {
2940 // auto* menu = static_cast<QMenu*>(factory()->container(QLatin1String("new_notebook"), this));

Callers

nothing calls this directly

Calls 2

execMethod · 0.80
navigateToMethod · 0.45

Tested by

no test coverage detected