Qt4 Ressourcen
Verfasst: 22. Mai 2006 10:50
Ich verwende folgende QResource:
also etwas anderes als auf http://doc.trolltech.com/4.1/resources.html. Leider werden meine Toolbar icons nicht angezeigt obwohl sie anscheinend compiliert und gelinkt werden.
Irgendwelche Ideen?
CU Olaf
Code: Alles auswählen
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/images">
<file>images/copy.png</file>
<file>images/cut.png</file>
<file>images/new.png</file>
<file>images/open.png</file>
<file>images/paste.png</file>
<file>images/save.png</file>
</qresource>
<qresource prefix="/i18n">
<file alias="standard">i18n/sdi_en.qm</file>
</qresource>
</RCC>
Irgendwelche Ideen?
CU Olaf