十一、图片扩展铺满QLabel

阅读 56

2022-06-21

没设置之前:
十一、图片扩展铺满QLabel_图片
加上如下代码:

//设置图片铺满 QLabel
QImage headPotrait;
headPotrait.load(":/resources/images/touxiang01.jpg");
ui->labelFace->setPixmap(QPixmap::fromImage(headPotrait.scaled(ui->labelFace->width(), ui->labelFace->height(),
Qt::IgnoreAspectRatio, Qt::SmoothTransformation)));

十一、图片扩展铺满QLabel_图片_02


相关推荐

精彩评论(0)

0 0 举报