QString imagepath = ":/images/btn.png"; QPixmap image0(imagepath); QPixmap image = image0.scaled(QSize(this->width(),image0.height())); ...
確定! 回上一頁