QT label插入静态图片


 QPixmap myPix("./school.jpg");
 ui->label_8->setPixmap(myPix);
 ui->label_8->setScaledContents(true);

相关