| 732 | } |
| 733 | |
| 734 | void |
| 735 | MainSpectrum::setSidePanelRatio(qreal ratio) |
| 736 | { |
| 737 | int fullWidth = this->ui->splitter->width(); |
| 738 | |
| 739 | int width = static_cast<int>(ratio * fullWidth); |
| 740 | |
| 741 | this->setSidePanelWidth(width); |
| 742 | } |
| 743 | |
| 744 | void |
| 745 | MainSpectrum::deserializeFATs(void) |
no test coverage detected