A、QVBoxLayout使用 void Widget::VBoxLayout() { QVBoxLayout *vLayout = new QVBoxLayout(); //設置組件間隔vLayout->setSpacing(20); //設置組件的 ...
確定! 回上一頁