qt5base-lts/examples/tools/undo/undo.qrc
Casper van Donderen e0d5221957 Move all other demos in qtbase to examples.
Change-Id: Iab0e7364d1f6b348d0e3033ea9304139f5bd6d0d
Reviewed-on: http://codereview.qt.nokia.com/617
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: David Boddie
2011-06-24 16:47:24 +02: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>