//设置资源里的图片
ui->label->setPixmap(QPixmap(":/new/prefix1/logo_1.png"));
//缩放
ui->label-> setScaledContents(true);
//设置资源里的图片
ui->label->setPixmap(QPixmap(":/new/prefix1/logo_1.png"));
//缩放
ui->label-> setScaledContents(true);
2824
6497

被折叠的 条评论
为什么被折叠?