Helper functions used in the tests
| 729 | // *********** Helper functions used in the tests *********** |
| 730 | // ********************************************************** |
| 731 | void EquidistantValuesDialog::setType(Type type) const { |
| 732 | ui.cbType->setCurrentIndex(ui.cbType->findData(static_cast<int>(type))); |
| 733 | } |
| 734 | |
| 735 | void EquidistantValuesDialog::setNumber(int value) const { |
| 736 | ui.leNumber->setText(QLocale().toString(value)); |
no test coverage detected