QLabel加载图片

来源:互联网 发布:ubuntu 卸载anaconda 编辑:程序博客网 时间:2024/05/16 12:27

QPixmap pixmap(picturePath);

m_ui->label->setPixmap(pixmap);

0 0
原创粉丝点击