MCPcopy 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
124int AddValueLabelDialog::valueInt() const {
125 bool ok;
126 const int v = QLocale().toInt(leValue->text(), &ok);
127
128 return ok ? v : 0;
129}
130
131qint64 AddValueLabelDialog::valueBigInt() const {
132 bool ok;

Callers 1

addLabelMethod · 0.45

Calls 1

textMethod · 0.45

Tested by

no test coverage detected