qt5base-lts/examples/widgets/tools/undo/undo.qrc
J-P Nurmi cb961007c5 Examples: move widgets specific "tools" examples to the correct place
examples/tools -> examples/widgets/tools

Change-Id: I8b9e23c45e07ce5cd9da8f24a9a9f7ae10b2b107
Reviewed-by: hjk <qthjk@ovi.com>
2012-11-28 00:56:34 +01:00

21 lines
667 B
Plaintext

<RCC>
<qresource prefix="/" >
<file>icons/background.png</file>
<file>icons/blue.png</file>
<file>icons/circle.png</file>
<file>icons/exit.png</file>
<file>icons/fileclose.png</file>
<file>icons/filenew.png</file>
<file>icons/fileopen.png</file>
<file>icons/filesave.png</file>
<file>icons/green.png</file>
<file>icons/ok.png</file>
<file>icons/rectangle.png</file>
<file>icons/red.png</file>
<file>icons/redo.png</file>
<file>icons/remove.png</file>
<file>icons/triangle.png</file>
<file>icons/undo.png</file>
</qresource>
</RCC>