| 1109 | } |
| 1110 | |
| 1111 | void splitViewWidget::setSplittingPoint(double point, bool setLinkedViews) |
| 1112 | { |
| 1113 | if (this->enableLink && setLinkedViews) |
| 1114 | this->getOtherWidget()->setSplittingPoint(point, false); |
| 1115 | |
| 1116 | splittingPoint = point; |
| 1117 | } |
| 1118 | |
| 1119 | void splitViewWidget::setZoomFactor(double zoom) |
| 1120 | { |
no test coverage detected