diff options
author | Rajeesh K Nambiar <rajeeshknambiar@gmail.com> | 2009-02-14 00:11:23 +0530 |
---|---|---|
committer | Rajeesh K Nambiar <rajeeshknambiar@gmail.com> | 2009-02-14 00:11:23 +0530 |
commit | 7393fd4de1769cdab38800d0a0f58c8906ba0f5c (patch) | |
tree | 853310846abc7f00003cb884d60f91ef8773f489 /pykuttans/qrc/kuttans.qrc | |
parent | 759c9b917bd8f68ab682a112aef72b6a6f743fb8 (diff) | |
download | Rachana.git-7393fd4de1769cdab38800d0a0f58c8906ba0f5c.tar.gz Rachana.git-7393fd4de1769cdab38800d0a0f58c8906ba0f5c.tar.xz Rachana.git-7393fd4de1769cdab38800d0a0f58c8906ba0f5c.zip |
Kuttans: Rewrite Kuttans in PyQT4, based on Rahul's original version in QT4
Diffstat (limited to 'pykuttans/qrc/kuttans.qrc')
-rw-r--r-- | pykuttans/qrc/kuttans.qrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pykuttans/qrc/kuttans.qrc b/pykuttans/qrc/kuttans.qrc new file mode 100644 index 0000000..45fca98 --- /dev/null +++ b/pykuttans/qrc/kuttans.qrc @@ -0,0 +1,23 @@ +<RCC> + <qresource prefix="Kuttans" > + <file>system-help.png</file> + <file>face-confused.png</file> + <file>preferences-desktop-font.png</file> + <file>application-illustrator.png</file> + <file>document-new.png</file> + <file>document-open.png</file> + <file>document-save-as.png</file> + <file>document-save.png</file> + <file>document-print.png</file> + <file>document-print-preview.png</file> + <file>edit-delete.png</file> + <file>edit-clear.png</file> + <file>edit-copy.png</file> + <file>edit-cut.png</file> + <file>edit-paste.png</file> + <file>edit-select-all.png</file> + <file>edit-undo.png</file> + <file>window-close.png</file> + <file>edit-redo.png</file> + </qresource> +</RCC> |