0
点赞
收藏
分享

微信扫一扫

qt5---布局

笙烛 2022-02-28 阅读 113


qt5---布局_#include

QHBoxLayout  水平布局:

Header:   #include <QHBoxLayout>     

qmake:  QT += widgets

Inherits:QBoxLayout


选中要布局的控件--->点击布局按钮:

qt5---布局_#include_02



QVBoxLayout 垂直布局: 

Header:  #include <QVBoxLayout>

qmake:  QT += widgets

Inherits:QBoxLayout


举报

相关推荐

0 条评论