PyQt4 垂直布局自动间距
我正在使用 Qt Designer 为我正在编写的程序设置一个简单的 GUI,我需要在其中显示一列单选按钮。我想根据相应的端口当前是否可用来隐藏一些单选按钮(不仅仅是禁用它们)。单选按钮位于具有垂直布局的组框中,因此每当我隐藏其中一个按钮时,其余按钮就会分开以填充空间。
有什么方法可以使按钮向组框顶部压缩而不是自动调整间距吗?
I am using Qt Designer to set up a simple gui for a program I am writing in which I need to display a column of radio buttons. I want to hide some of the radio buttons (not just disable them) based on whether or not their corresponding port is currently available. The radio buttons are in a group box with a vertical layout, so whenever I hide one of them, the rest of the buttons move apart to fill the space.
Is there any way to make it so the buttons will compress towards top of the groupbox instead of autospacing themselves?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在最底部的单选按钮下方插入垂直间隔符。
Insert a vertical spacer below the bottom-most radio button.