PyQt4 垂直布局自动间距

发布于 2024-11-16 03:14:25 字数 179 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

年少掌心 2024-11-23 03:14:25

在最底部的单选按钮下方插入垂直间隔符。

Insert a vertical spacer below the bottom-most radio button.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文