qt5base-lts/tests/auto/widgets/styles/qstylesheetstyle/resources.qrc
Morten Johan Sørvig d7e274a446 StyleSheetStyle: Load @Nx images
Perform a @Nx image file lookup when loading pixmaps.

Make drawBackgroundImage() handle high-dpi pixmaps,
here the layout calculations needs to be in device-
independent pixels

Fixes: QTBUG-36825
Change-Id: I61e6f53c59f61f3bd88c34a036349e51e8c8ad92
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2018-10-04 07:01:05 +00:00

7 lines
149 B
Plaintext

<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
<file>images/testimage.png</file>
<file>images/testimage@2x.png</file>
</qresource>
</RCC>