可通过调用
scaled(this->width(), this->height(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
来消除部分锯齿, 其中最后一个参数
Qt::TransformationMode 设置为Qt::SmoothTransformation来实现平滑缩放,减小锯齿问题。
可通过调用
scaled(this->width(), this->height(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
来消除部分锯齿, 其中最后一个参数
Qt::TransformationMode 设置为Qt::SmoothTransformation来实现平滑缩放,减小锯齿问题。