Aero 向导在 Qt Designer 中无法正确显示标题/描述
我目前正在 Qt 中(使用设计器)制作一个项目,该项目使用具有 Aero Wizard 风格的向导。
当我运行我的程序时,它显示向导,但标题位于向导下方的 1/3,描述位于向导下方的 2/3(由于愚蠢的规则,无法制作图片)。是我做错了什么,还是Qt中的一个错误?
此外,放置在向导中的任何小部件都位于描述下方,通常会导致它们“溢出”到窗口之外。
I am currently making a Project in Qt (using designer) that uses an Wizard with the Aero Wizard style.
When I run my program, it shows the Wizard but the title is 1/3 down the wizard and the description is 2/3 down the wizard (can't do picture because of stupid rules). Is it something I am doing wrong, or a bug in Qt.
Additionally, any widgets placed in the wizard go below the description, often causing them to "overflow" outside the window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了。我所要做的就是水平放置它,然后它就会正确显示!
Figured it out. All I had to to was lay it out horizontally, then it displays properly!