| 703 | } |
| 704 | |
| 705 | qreal |
| 706 | MainSpectrum::sidePanelRatio(void) const |
| 707 | { |
| 708 | int fullWidth = this->ui->splitter->width(); |
| 709 | |
| 710 | return static_cast<qreal>(this->ui->splitter->sizes()[1]) |
| 711 | / static_cast<qreal>(fullWidth); |
| 712 | } |
| 713 | |
| 714 | void |
| 715 | MainSpectrum::setSidePanelWidth(int width) |