get stored, valid quantity as a string
| 505 | |
| 506 | /// get stored, valid quantity as a string |
| 507 | QString InputField::getQuantityString() const |
| 508 | { |
| 509 | return QString::fromStdString(actQuantity.getUserString()); |
| 510 | } |
| 511 | |
| 512 | /// set, validate and display quantity from a string. Must match existing units. |
| 513 | void InputField::setQuantityString(const QString& text) |
nothing calls this directly
no test coverage detected