垂直布局:QVBoxLayout 先来一两代码:. QWidget *widget = new QWidget(); QVBoxLayout * vBoxLayout = new QVBoxLayout(); QLabel *label = new QLabel("hello"); ...
確定! 回上一頁