Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
QSR 2.1
-
None
-
6459f6201 (dev), 2bfca751e (tqtc/lts-6.5), 56b0e54b6 (tqtc/lts-6.5.4)
Description
Qt Safe Renderer QML plugin fails to load the png image from the resource when running Qt Safe Renderer plugin in a normal qt application:
SafeImage { id: airbag objectName: "airbag" x: 812 y: 24 width: 64 height: 64 fillColor: "white" source: "qrc:/content/icons/airbag-big.png" }
It seems that resource prefix handling was removed in the following fix:
https://codereview.qt-project.org/c/tqtc-boot2qt/qtsaferenderer/+/444751