首页
QT label插入静态图片
QPixmap myPix("./school.jpg"); ui->label_8->setPixmap(myPix); ui->label_8->setScaledContents(true);
qtui界面控件添加(拖拽)
相关
标签