Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.4
-
None
Description
Suggestion: Add ability to set Aspect Ratio and Transformation of QPixmaps in QLabel. Today the aspect ratio mode is hard-coded to Qt::IgnoreAspectRatio, and the transformation mode is hard-coded to Qt::SmoothTransformation.
It would be helpful to add something like setAspectRatioMode() and setTransformationMode() so that QLabel is more suitable as a generic image display control.