спасибо)) ответ в пустую. в доках ничего нет. Там есть кучу флагов, но на качество оно не влияет совсем, только на размер
Вообще-то только два флага.
QPixmap QPixmap::scaled ( const QSize & size, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation ) const
enum Qt::TransformationMode
This enum type defines whether image transformations (e.g., scaling) should be smooth or not.
Constant Value Description
Qt::FastTransformation 0 The transformation is performed quickly, with no smoothing.
Qt::SmoothTransformation 1 The resulting image is transformed using bilinear filtering.
Ы?