在Qt中通过简单的滚动条控制滚动区域
我的目标是相对于 Qt 中的滚动条向上和向下滚动滚动条,
我的表单中只有 1 个滚动区域
,我正在使用 Qt Creator,我认为必须有一种简单的方法来做到这一点。通过一个简单的信号槽机制,
我将感谢你的帮助
My objective it to to scroll the scroll are up and down with respect to the scroll bar in Qt,
i have only 1 scroll areal in my form
I am using Qt Creator and i think that there must be a simple way to do it. by a simple signal slot mechanism
i will appreciate your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要 QScrollArea。如果您只想向一个方向滚动,请设置策略 。
You want QScrollArea. If you only want to scroll in one direction, set the policy.