QGridLayout 没有保持 ColumnStretch 比率

发布于 2024-10-29 12:23:41 字数 321 浏览 4 评论 0原文

如何使 QGridLayout 维护此 form 设置的“ColumnStretch”值。

在Windows中,树视图顶部的标题标签很小,因为字体很小,并且它不会推动QGridLayout的第一列从QGridLayout的第二列占用更多空间。

但在 Ubuntu Linux 中,我得到以下信息: 在此处输入图像描述

How do I make QGridLayout maintain the set 'ColumnStretch' value for this form.

In Windows, the caption label on top of treeview is small because the font is small and it doesn't push the first column of QGridLayout to take more space from the second column of QGridLayout.

In Ubuntu Linux though, I get the following:
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不美如何 2024-11-05 12:23:41

既然您知道这种行为的原因,我想您只是想听听一些建议。这些是我的建议:

  • 更改文本,使其消耗更少的空间 - “可用规范”对我来说听起来不错 将
  • 两行的长行分开
  • 更改字体大小(如果需要,您只能在 Linux 下更改它)
  • 将两者结合起来标签位于顶部,横跨两列,描述整个表单 - “这些是可用的已安装规格及其描述”

希望这有帮助

Since you know the reason for this behaviour, I guess you just want to hear some suggestions. These are my suggestions:

  • Change the text, so it consumes less space - "Available specifications" sounds good to me
  • Separate the long line on two rows
  • Change the font size (you can change it only under linux, if you want)
  • Combine the two labels on top in one, spanning on two columns, describing the form as a whole - "These are the available installed specifications and their description"

Hope this helps

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