Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
double RescaleDialog::max() const {
86
return QLocale().toDouble(ui.leMax->text());
87
}
88
89
void RescaleDialog::validateOkButton() {
90
const QString& min = ui.leMin->text().simplified();
Callers
1
normalizeSelectedColumns
Method · 0.80
Calls
1
text
Method · 0.45
Tested by
no test coverage detected