MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / valueFromText

Method valueFromText

src/widgets.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442int SpinExclude::valueFromText(const QString &text) const
443{
444 return QSpinBox::valueFromText(text.section(" ", 0, 0));
445}
446
447QString SpinExclude::textFromValue(int value) const
448{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected