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

Method valueBigInt

src/frontend/spreadsheet/AddValueLabelDialog.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131qint64 AddValueLabelDialog::valueBigInt() const {
132 bool ok;
133 const qint64 v = QLocale().toLongLong(leValue->text(), &ok);
134
135 return ok ? v : 0;
136}
137
138QString AddValueLabelDialog::valueText() const {
139 return cbValue->currentText();

Callers 1

addLabelMethod · 0.80

Calls 1

textMethod · 0.45

Tested by

no test coverage detected