Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.6.2, 5.8
-
None
Description
The following example illustrates the issue. I'd expect img@2x.png to be used in both cases with QT_SCALE_FACTOR=2. Currently it is only used in the first case (the Image).
import QtQuick 2.0 Row { Image { source: "img.png" } Text { textFormat: Text.StyledText text: "<img src='img.png'/>" } }
Attachments
Issue Links
- relates to
-
QTBUG-59252 QML Text does not support devicePixelRatio for images
- Reported