| 418 | } |
| 419 | |
| 420 | void DatapickerImageWidget::fileNameChanged() { |
| 421 | CONDITIONAL_LOCK_RETURN; |
| 422 | |
| 423 | const QString fileName = ui.leFileName->text(); |
| 424 | for (auto* image : m_imagesList) |
| 425 | image->setImage(fileName, image->embedded()); |
| 426 | } |
| 427 | |
| 428 | void DatapickerImageWidget::graphTypeChanged(int index) { |
| 429 | auto points = m_image->axisPoints(); |