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

Method min

src/frontend/spreadsheet/RescaleDialog.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81double RescaleDialog::min() const {
82 return QLocale().toDouble(ui.leMin->text());
83}
84
85double RescaleDialog::max() const {
86 return QLocale().toDouble(ui.leMax->text());

Callers 1

Calls 1

textMethod · 0.45

Tested by

no test coverage detected