QPixmap pixmap("picture/love.png");
QPalette palette;
palette.setBrush(QPalette::Window, QBrush(pixmap.scaled(size(), Qt::IgnoreAspectRatio,
Qt::SmoothTransformation)));
this->setPalette(palette);
setAutoFillBackground(true);
可以截个图看一下是什么样吗
参考:Qt之窗体透明