PySide/tests/QtCore/resources.qrc
Hugo Parente Lima 7b4968abab Fixed/implemented various QResources methods.
- data() is now exported and returns a Python read-only buffer object.
- (un)registerResourceData now accept buffers as arguments, and respects zeroes in the middle of data.
- Improved unit test.
2011-02-03 18:36:04 -02:00

7 lines
162 B
Text

<RCC>
<qresource prefix="/">
<file alias="quote.txt">quoteEnUS.txt</file>
<file alias="sample.png">sample.png</file>
</qresource>
</RCC>