摘要: 1、动态生成 QGridLayout* lay = new QGridLayout(); int total = paras.size(); int colum = 4; for(int i=0; i<total; i++){ Zparam* pZparam = new Zparam(this); 阅读全文
posted @ 2020-12-15 15:20 朱小勇 阅读(1416) 评论(1) 推荐(0) 编辑