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

Method ~SampleValuesDialog

src/frontend/spreadsheet/SampleValuesDialog.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85SampleValuesDialog::~SampleValuesDialog() {
86 // save the current settings
87 KConfigGroup conf = Settings::group(QLatin1String("SampleValuesDialog"));
88 conf.writeEntry("Method", ui.cbMethod->currentIndex());
89 conf.writeEntry("Value", ui.sbValue->value());
90 KWindowConfig::saveWindowSize(windowHandle(), conf);
91}
92
93void SampleValuesDialog::setColumns(const QVector<Column*>& columns) {
94 m_columns = columns;

Callers

nothing calls this directly

Calls 3

groupFunction · 0.85
currentIndexMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected