Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.3
-
None
-
Qt Embedded Linux Opensource 4.5.3
Description
QWindowsStyle doesn't heed PM_ExclusiveIndicatorWidth and PM_ExclusiveIndicatorHeight; the QRadioButton indicator is always drawn with the same size.
This is inconsistent with QCheckBox, where at least the box is resized if PM_IndicatorWidth/PM_IndicatorHeight is given, even if QWindowsStyle paints the check mark always the same size.
Expected behaviour: Always scale radio button and checkbox indicators inclusive their check marks according to the provided pixel metrics.