QHBoxLayout
描述:
是水平布局控件,是一个用于构建横向放置布局对象;继承QBoxLayout。
QHBoxLayout::QHBoxLayout()
构造一个新的水平布局管理器,将它添加到另一个布局管理器中
QHBoxLayout::QHBoxLayout(QWidget *parent)
构造一个父对象的顶级水平管理器
QHBoxLayout::~QHBoxLayout()
析构这布局管理器,但布局中的控件不会被破坏
QHBoxLayout描述: 是水平布局控件,是一个用于构建横向放置布局对象;继承QBoxLayout。 QHBoxLayout::QHBoxLayout() 构造一个新的水平布局管理器,将它添加到另一个布局管理器中 QHBoxLayout::QHBoxLayout(QWidget *parent) 构造一个父对象的顶级水平管理器 QHBoxLayout::~QHBoxLayout() 析构这布局管理器,但布局中的控件不会被破坏
|