Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ valueInt
Method
valueInt
src/frontend/spreadsheet/AddValueLabelDialog.cpp:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
int AddValueLabelDialog::valueInt() const {
125
bool ok;
126
const int v = QLocale().toInt(leValue->text(), &ok);
127
128
return ok ? v : 0;
129
}
130
131
qint64 AddValueLabelDialog::valueBigInt() const {
132
bool ok;
Callers
1
addLabel
Method · 0.45
Calls
1
text
Method · 0.45
Tested by
no test coverage detected