在 Qt 中缩放图形
我使用 QGraphicsView 和 QGraphicsScene 来绘制图形。
如何组织放大和缩小(放大时滚动条应出现,缩小时滚动条应消失)?
I use QGraphicsView
and QGraphicsScene
in order to draw graphics.
How can I organize zoom-in and zoom-out (during zooming in scrolls should appear and while zooming out scrolls should disappear)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果场景适合视图大小,滚动条将自动消失。
问候,
瓦伦丁
Scroll-bars will disappear automatically if scene fits into the size of view.
Regards,
Valentin