QGridLayout 没有保持 ColumnStretch 比率
如何使 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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
既然您知道这种行为的原因,我想您只是想听听一些建议。这些是我的建议:
希望这有帮助
Since you know the reason for this behaviour, I guess you just want to hear some suggestions. These are my suggestions:
Hope this helps