Usage of QHBoxLayout and QVBoxLayout

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/carlhelen/article/details/82377267

QHBoxLayout::QHBoxLayout()

Constructs a new horizontal box. You must add it to another layout.  Or else it will display one blank dialog and flash away.

QHBoxLayout::QHBoxLayout(QWidget *parent)

Constructs a new top-level horizontal box with parent parent.

猜你喜欢

转载自blog.csdn.net/carlhelen/article/details/82377267