| 500 | } |
| 501 | |
| 502 | void RemoteViewWidget::centerView() |
| 503 | { |
| 504 | m_x = 0.5 * (contentWidth() - m_frame.sceneRect().width() * m_zoom); |
| 505 | m_y = 0.5 * (contentHeight() - m_frame.sceneRect().height() * m_zoom); |
| 506 | updateUserViewport(); |
| 507 | update(); |
| 508 | } |
| 509 | |
| 510 | QAbstractItemModel *RemoteViewWidget::zoomLevelModel() const |
| 511 | { |