cppcheck/gui/gui.qrc
Kimmo Varis 801a241e0b GUI: Show authors list and license in simple text file view dialog.
Add "Authors" and "License" items to the Help-menu. When selected, these items open simple text file viewer dialog. The AUTHORS and COPYING files are embedded to the executable and shown in the dialog.
2009-06-14 12:57:43 +03:00

20 lines
641 B
Plaintext

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>icon.png</file>
<file>images/dialog-error.png</file>
<file>images/dialog-information.png</file>
<file>images/dialog-warning.png</file>
<file>images/edit-clear.png</file>
<file>images/go-down.png</file>
<file>images/help-browser.png</file>
<file>images/media-floppy.png</file>
<file>images/preferences-system.png</file>
<file>images/process-stop.png</file>
<file>images/text-x-generic.png</file>
<file>images/view-refresh.png</file>
<file alias="COPYING">../COPYING</file>
<file alias="AUTHORS">../AUTHORS</file>
</qresource>
</RCC>