Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.13.0
-
None
Description
In the documentation the DropShadow property radius is of type int, but the implementation differs.
qtgraphicaleffects/src/effects/private/DropShadowBase.qml
property real radius: Math.floor(samples / 2)
Also the example code listed on the documentation page shows real usage.
Attachments
Issue Links
- is duplicated by
-
QTBUG-48625 REG 5.5 => 5.6: Several DropShadow properties changed from real to int
-
- Closed
-