MyDialog::MyDialog(QWidget *parent) : QDialog(parent) { QGridLayout *metagrid = new QGridLayout; setLayout(metagrid); QWidget * ...
確定! 回上一頁