
这个枚举类型定义的是图片的变换结果(例如,缩放)是否应当是平滑的。
|
常量 |
值 |
描述 |
|
Qt::FastTransformation |
0 |
变换过程是快速进行的,没有平滑处理。 |
|
Qt::SmoothTransformation |
1 |
所得到的图片会采用双线性过滤来进行变换。 |
参见 QImage::scaled () 。
HxLauncher: Launch Android applications by voice commands