摘要: this->resize(500,300); QLabel* label=new QLabel("标签",this); label->move(10,10); QLabel* label1=new QLabel("标签",this); label1->move(250,10); QPixmap p( 阅读全文
posted @ 2020-10-31 20:17 天子骄龙 阅读(890) 评论(0) 推荐(0)