Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 QWidget,在网格中使用 Lay Out,然后是 QLabel,但 QWidget 和 QLabel 之间有一些空格。如何使它们具有相同的大小而不破坏布局?
我在 UI 编辑器中使用它。
当您选择小部件时,在 UI 编辑器的属性窗格中,您应该会看到属于它的布局选项(这些选项具有红色背景,它们通常位于列表的底部)。其中的选项是设置布局中小部件之间的边距(以像素为单位),如果将其设置为 0,它应该可以解决您的问题。