QPixmap pixmap("picture/love.png");
QPalette palette;
palette.setBrush(QPalette::Window, QBrush(pixmap.scaled(size(), Qt::IgnoreAspectRatio,
Qt::SmoothTransformation)));
this->setPalette(palette);
setAutoFillBackground(true);