MCPcopy Create free account
hub / github.com/KDE/labplot / ~PlotTemplateDialog

Method ~PlotTemplateDialog

src/frontend/PlotTemplateDialog.cpp:96–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96PlotTemplateDialog::~PlotTemplateDialog() {
97 // save current settings
98 KConfigGroup conf = Settings::group(QLatin1String("PlotTemplateDialog"));
99 KWindowConfig::saveWindowSize(windowHandle(), conf);
100 conf.writeEntry(QLatin1String("Location"), ui->cbLocation->currentIndex());
101
102 delete ui;
103 delete m_project;
104}
105
106void PlotTemplateDialog::customTemplatePathChanged(const QString& path) {
107 KConfigGroup conf = Settings::group(QLatin1String("PlotTemplateDialog"));

Callers

nothing calls this directly

Calls 2

groupFunction · 0.85
currentIndexMethod · 0.45

Tested by

no test coverage detected