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

Method setDateTimeFormat

src/frontend/spreadsheet/AddValueLabelDialog.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void AddValueLabelDialog::setDateTimeFormat(const QString& format) {
113 if (dateTimeEdit)
114 dateTimeEdit->setDisplayFormat(format);
115}
116
117double AddValueLabelDialog::value() const {
118 bool ok;

Callers 4

addLabelMethod · 0.45
applyFilterSettingsMethod · 0.45
applyFilterSettingsMethod · 0.45
dateTimeFormatChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected