diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-02-08 11:53:55 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-02-08 11:53:55 +0100 |
commit | 2fc21c33e28d159795d17359bb7e58209c4f9ef7 (patch) | |
tree | b84b5c6f93285e868ccd71aef517a4cdb019dd30 /gui/KCC.qrc | |
parent | Updated installer (diff) | |
download | kcc-2fc21c33e28d159795d17359bb7e58209c4f9ef7.tar.gz kcc-2fc21c33e28d159795d17359bb7e58209c4f9ef7.tar.bz2 kcc-2fc21c33e28d159795d17359bb7e58209c4f9ef7.zip |
Added metadata editor
Diffstat (limited to 'gui/KCC.qrc')
-rw-r--r-- | gui/KCC.qrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gui/KCC.qrc b/gui/KCC.qrc new file mode 100644 index 0000000..4c6d04d --- /dev/null +++ b/gui/KCC.qrc @@ -0,0 +1,28 @@ +<RCC> + <qresource prefix="Icon"> + <file>../icons/comic2ebook.png</file> + </qresource> + <qresource prefix="Devices"> + <file>../icons/Kobo.png</file> + <file>../icons/Other.png</file> + <file>../icons/Kindle.png</file> + </qresource> + <qresource prefix="Formats"> + <file>../icons/CBZ.png</file> + <file>../icons/EPUB.png</file> + <file>../icons/MOBI.png</file> + </qresource> + <qresource prefix="Status"> + <file>../icons/error.png</file> + <file>../icons/info.png</file> + <file>../icons/warning.png</file> + </qresource> + <qresource prefix="Other"> + <file>../icons/editor.png</file> + <file>../icons/list_background.png</file> + <file>../icons/clear.png</file> + <file>../icons/convert.png</file> + <file>../icons/document_new.png</file> + <file>../icons/folder_new.png</file> + </qresource> +</RCC> |