Files
qt-creator/src/libs/qmljs/qmljs.qrc
Kai Koehne f00225a0f5 QmlOutline: Also show custom properties
Also show properties defined in the component, e.g. by 'property x',
in the outline.
2010-07-14 13:34:19 +02:00

8 lines
181 B
Plaintext

<RCC>
<qresource prefix="/qmljs">
<file>images/element.png</file>
<file>images/property.png</file>
<file>images/publicmember.png</file>
</qresource>
</RCC>