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

Method setIncrementDateTimeUnit

src/frontend/spreadsheet/EquidistantValuesDialog.cpp:747–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void EquidistantValuesDialog::setIncrementDateTimeUnit(DateTimeUnit value) {
748 ui.cbIncrementDateTimeUnit->setCurrentIndex(ui.cbIncrementDateTimeUnit->findData(static_cast<int>(value)));
749}
750
751void EquidistantValuesDialog::setFromValue(double value) const {
752 setNumericValue(value, ui.leFrom);

Calls 1

setCurrentIndexMethod · 0.45

Tested by 2