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

Method setFromDateTime

src/frontend/spreadsheet/EquidistantValuesDialog.cpp:759–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759void EquidistantValuesDialog::setFromDateTime(qint64 value) const {
760 ui.dteFrom->setMSecsSinceEpochUTC(value);
761}
762
763void EquidistantValuesDialog::setToDateTime(qint64 value) const {
764 ui.dteTo->setMSecsSinceEpochUTC(value);

Calls 1

setMSecsSinceEpochUTCMethod · 0.80