qt5base-lts/tests/manual/highdpi/highdpi.qrc
Morten Johan Sørvig eb5d8d2fc3 Update the high-dpi manual test.
- Organize the test images into different sizes.
- Add a button and icon drawing test.
- Don't show all tests by default.

Change-Id: I95eff846b8c5159085f53b413dea7212c1ea5071
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2013-03-29 09:47:32 +01:00

10 lines
233 B
Plaintext

<RCC>
<qresource prefix="/">
<file>qticon16.png</file>
<file>qticon16@2x.png</file>
<file>qticon32.png</file>
<file>qticon32@2x.png</file>
<file>qticon64.png</file>
</qresource>
</RCC>