1. 代码 QLabel* label = new QLabel(this);label->setPixmap(QPixmap(":/Icon/Icon/pan_icon.png"));label->setScaledContents(true); 2. 效果