qt学习(一):代码法布局qt控件 比较基础

三哥布局管理器 QHBoxLayout在水平方向排列部件 QVBoxLayout在竖直方向上排列部件 QGridLayout在网格中排列部件 QHBoxLayout *topLeftLayout = new QHBoxLayout; topLeftLayout->addWidget(lable); topLeftLayout->addWidget(lineEdit); QVBoxLayout *l
相关文章
相关标签/搜索