MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / execWorkspaceSettingsDialog

Method execWorkspaceSettingsDialog

libs/librepcb/editor/guiapplication.cpp:363–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void GuiApplication::execWorkspaceSettingsDialog(QWidget* parent) noexcept {
364 // Note: We have to pass mTheme as a pointer since the theme may change
365 // while the settings dialog is open.
366 WorkspaceSettingsDialog dlg(mWorkspace, mTheme, parent);
367 connect(&dlg, &WorkspaceSettingsDialog::desktopIntegrationStatusChanged, this,
368 &GuiApplication::updateDesktopIntegrationNotification);
369 dlg.exec();
370}
371
372void GuiApplication::addExampleProjects(QWidget* parent) noexcept {
373 const QString msg =

Callers 1

triggerMethod · 0.80

Calls 1

execMethod · 0.45

Tested by

no test coverage detected