QVBoxLayout:如何使用Qt设计器将小部件对齐到顶部

时间:2017-03-11 22:28:30

标签: qt qt5 qt-designer

我只使用qt designer进行ui布局

这几乎与此问题相同:QVBoxLayout: How to vertically align widgets to the top instead of the center

但我对如何在qt设计师中做到这一点感兴趣。我在QVBoxLayout中没有看到任何顶部对齐的选项。

enter image description here

1 个答案:

答案 0 :(得分:1)

右键单击相关小部件,然后选择布局对齐>顶部。

(注意:新对齐仅在预览模式下显示)。