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

Method max

src/frontend/spreadsheet/RescaleDialog.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85double RescaleDialog::max() const {
86 return QLocale().toDouble(ui.leMax->text());
87}
88
89void RescaleDialog::validateOkButton() {
90 const QString& min = ui.leMin->text().simplified();

Callers 1

Calls 1

textMethod · 0.45

Tested by

no test coverage detected