标签:smooth led round asp mat aspect qpixmap span orm
window.setAutoFillBackground(true);
QPalette palette = window.palette();
palette.setBrush(QPalette::Window,
QBrush(QPixmap("background.jpg").scaled(// 缩放背景图.
window.size(),
Qt::IgnoreAspectRatio,
Qt::SmoothTransformation))); // 使用平滑的缩放方式
window.setPalette(palette);
标签:smooth led round asp mat aspect qpixmap span orm
原文地址:https://www.cnblogs.com/QiLF/p/9427899.html