c++ - 为什么我设置了layout,但是groupbox里面的控件仍然没有正确的布局?
怪我咯
怪我咯 2017-04-17 15:01:25
0
1
512

如图所示,我已经在ui designer里面设置了groupbox,里面有一些lineedit等子控件。

当我在代码里面把这个groupbox加入到layout以后,groupbox的整个大小,边框都能够正确缩放。

但是,里面的子控件,如下图,仍然是挤在一起的。没有随着groupbox一起缩放?是什么原因呢

难道 ui designer里面的都不支持layout吗?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
大家讲道理

No. It’s because you didn’t use the QGridLayout layout. In ui designer, click on the blank space of the form. Then Ctrl+G, that is, all the controls on the form are in the QGridLayout layout. That’s it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template