在 Qt 中调整图像大小以适合窗口
我正在使用 Qt 构建一个应用程序。我的主窗口由地图图像组成,我希望调整其大小以适合窗口。这意味着当窗口变小时,图像也会变小,反之亦然。当用户选择该图像上的一个点时,我想删除此功能。我是 Qt 新手,还没能弄清楚这一点。我为此使用 QGraphicsView。
I am using Qt to construct an application. My MainWindow consists of an image of a map which I would like to be resized to the fit the window. This means when the window gets smaller the image gets smaller and vice versa. When the user selects a point on that image I want to remove this feature. I am new to Qt and haven't been able to figure this out. I am using QGraphicsView for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QGraphicsView::fitInView
QGraphicsView::fitInView